DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_FUNCTIONS dependencies on PQP_UTILITIES

Line 22: pqp_utilities.DEBUG (

18: --
19: BEGIN
20: --
21:
22: pqp_utilities.DEBUG (
23: p_trace_message => p_trace_message
24: ,p_trace_location => p_trace_location
25: );
26: --

Line 75: pqp_utilities.debug_enter (

71: PROCEDURE debug_enter (p_proc_name IN VARCHAR2, p_trace_on IN VARCHAR2)
72: IS
73: BEGIN
74: --
75: pqp_utilities.debug_enter (
76: p_proc_name => p_proc_name
77: ,p_trace_on => p_trace_on
78: );
79: --

Line 93: pqp_utilities.debug_exit (

89: PROCEDURE debug_exit (p_proc_name IN VARCHAR2, p_trace_off IN VARCHAR2)
90: IS
91: BEGIN
92: --
93: pqp_utilities.debug_exit (
94: p_proc_name => p_proc_name
95: ,p_trace_off => p_trace_off
96: );
97: --

Line 111: pqp_utilities.debug_others (

107: PROCEDURE debug_others (p_proc_name IN VARCHAR2, p_proc_step IN NUMBER)
108: IS
109: BEGIN
110: --
111: pqp_utilities.debug_others (
112: p_proc_name => p_proc_name
113: ,p_proc_step => p_proc_step
114: );
115: --

Line 430: pqp_utilities.get_lookup_code (

426:
427: -- Get the pension category lookup code from the lookup type
428:
429: l_pension_category :=
430: pqp_utilities.get_lookup_code (
431: p_lookup_type => 'PQP_PENSION_CATEGORY'
432: ,p_lookup_meaning => p_pension_category
433: ,p_message => l_error_msg
434: );

Line 734: pqp_utilities.pqp_get_extra_element_info (

730:
731: -- Get the pension type id from the EEIT for this
732: -- element type id
733: l_return :=
734: pqp_utilities.pqp_get_extra_element_info (
735: p_element_type_id => p_element_type_id
736: ,p_information_type => 'PQP_GB_PENSION_SCHEME_INFO'
737: ,p_segment_name => 'Pension Type'
738: ,p_value => l_pension_type_id