DBA Data[Home] [Help]

APPS.PQP_GB_OMP_DAILY_ABSENCES dependencies on FF_EXEC

Line 94: ---Gets value from the pl/sql table ff_exec

90:
91:
92:
93:
94: ---Gets value from the pl/sql table ff_exec
95:
96: PROCEDURE get_param_value (
97: p_output_type IN ff_exec.outputs_t
98: ,p_name IN VARCHAR2

Line 97: p_output_type IN ff_exec.outputs_t

93:
94: ---Gets value from the pl/sql table ff_exec
95:
96: PROCEDURE get_param_value (
97: p_output_type IN ff_exec.outputs_t
98: ,p_name IN VARCHAR2
99: ,p_datatype OUT NOCOPY VARCHAR2
100: ,p_value OUT NOCOPY VARCHAR2
101: ,p_error_code OUT NOCOPY NUMBER

Line 164: ,p_output_type IN ff_exec.outputs_t

160: ,p_pl_typ_id IN NUMBER
161: ,p_element_type_id IN NUMBER
162: ,p_create_start_date IN DATE
163: ,p_create_end_date IN DATE
164: ,p_output_type IN ff_exec.outputs_t
165: ,p_error_code OUT NOCOPY NUMBER
166: ,p_message OUT NOCOPY VARCHAR2
167: ) IS
168:

Line 1243: ,p_output_type IN ff_exec.outputs_t

1239: ,p_pl_typ_id IN NUMBER
1240: ,p_element_type_id IN NUMBER --
1241: ,p_update_start_date IN DATE --
1242: ,p_update_end_date IN DATE --
1243: ,p_output_type IN ff_exec.outputs_t
1244: ,p_error_code OUT NOCOPY NUMBER
1245: ,p_message OUT NOCOPY VARCHAR2
1246: )
1247: IS