DBA Data[Home] [Help]

APPS.PSP_ENC_CRT_XML dependencies on PSP_ENC_PROCESSES

Line 141: from psp_enc_processes

137: function cf_p_orig_req_id return number is
138: l_orig_req_id number;
139: cursor get_orig_req_id is
140: select request_id
141: from psp_enc_processes
142: where payroll_action_id = p_payroll_action_id
143: and request_id <> p_request_id
144: and process_code in ( 'CEL', 'LET');
145: begin