DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 651: select pay_assignment_actions_s.nextval

647: is
648: aa_id number;
649: begin
650: --
651: select pay_assignment_actions_s.nextval
652: into aa_id
653: from sys.dual;
654: --
655: p_aa_id_list := aa_id;

Line 936: l_start_date pay_assignment_actions.start_date%type;

932: and paa.run_type_id = prt.run_type_id (+);
933: --
934: l_child_action pay_assignment_actions.assignment_action_id%type;
935: l_run_method pay_run_types.run_method%type;
936: l_start_date pay_assignment_actions.start_date%type;
937: --
938: begin
939: --
940: open get_actions(p_cur_action_id);

Line 1733: l_src_id pay_assignment_actions.source_action_id%type;

1729: p_process_path in out nocopy varchar2)
1730: is
1731: --
1732: l_run_type_id pay_assignment_actions.run_type_id%type;
1733: l_src_id pay_assignment_actions.source_action_id%type;
1734: l_ee_trigger pay_element_entries_f.element_entry_id%type;
1735: l_start_date varchar2(30);
1736: l_end_date varchar2(30);
1737: begin