DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_WF_PKG dependencies on PAY_PROCESS_EVENTS

Line 22: l_description pay_process_events.description%type;

18: --
19: --
20: l_contact_source varchar2(50);
21: l_assignment_id per_all_assignments_f.assignment_id%type;
22: l_description pay_process_events.description%type;
23: l_error_indicator pqp_alien_transaction_data.error_indicator%type;
24: l_error_text pqp_alien_transaction_data.error_text%type;
25: l_person_id per_all_people_f.person_id%type;
26: l_next_contact_person_id per_all_people_f.person_id%type;

Line 39: FROM pay_process_events

35: --
36: --
37: cursor csr_getpayprcdet is
38: SELECT assignment_id, description
39: FROM pay_process_events
40: WHERE process_event_id = p_process_event_id;
41: --
42: cursor csr_getaliendet is
43: SELECT ptd.error_indicator, ptd.error_text, ptd.income_code, hrl.meaning