DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 743: select pay_assignment_actions_s.nextval

739: is
740: aa_id number;
741: begin
742: --
743: select pay_assignment_actions_s.nextval
744: into aa_id
745: from sys.dual;
746: --
747: p_aa_id_list := aa_id;

Line 1028: l_start_date pay_assignment_actions.start_date%type;

1024: and paa.run_type_id = prt.run_type_id (+);
1025: --
1026: l_child_action pay_assignment_actions.assignment_action_id%type;
1027: l_run_method pay_run_types.run_method%type;
1028: l_start_date pay_assignment_actions.start_date%type;
1029: --
1030: begin
1031: --
1032: open get_actions(p_cur_action_id);

Line 1846: l_src_id pay_assignment_actions.source_action_id%type;

1842: p_process_path in out nocopy varchar2)
1843: is
1844: --
1845: l_run_type_id pay_assignment_actions.run_type_id%type;
1846: l_src_id pay_assignment_actions.source_action_id%type;
1847: l_ee_trigger pay_element_entries_f.element_entry_id%type;
1848: l_start_date varchar2(30);
1849: l_end_date varchar2(30);
1850: begin