index

Package ab_atvdosr

This package provides the Common Business interface for the Advancement Officer Search Options Table API (ab_atvdosr).


Program units
f_code_exists   Determines if the code exists in the table.
f_get_description   Returns description of the code.

Cursors
atvdosr_c   Returns the record from the validation table.


atvdosr_c

CURSOR atvdosr_c(
    p_code  atvdosr.atvdosr_code%TYPE)
 RETURN atvdosr%ROWTYPE;

Returns the record from the validation table.


f_code_exists

Function f_code_exists(p_code atvdosr.atvdosr_code%TYPE) RETURN VARCHAR2

Determines if the code exists in the table.

Parameters
p_code   Advancement Officer Search Option Code.

Returns
Y if found, otherwise N


f_get_description

Function f_get_description(p_code atvdosr.atvdosr_code%TYPE)
  RETURN VARCHAR2

Returns description of the code.

Parameters
p_code   Advancement Officer Search Option Code.

Returns
Description