DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL2_ARCHIVE dependencies on PAY_ACTION_INTERLOCKS

Line 2604: from pay_action_interlocks

2600: l_fi_result number := 0;
2601:
2602: cursor c_get_fapp_locked_action_id(cp_locking_act_id number) is
2603: select locked_action_id
2604: from pay_action_interlocks
2605: where locking_action_id = cp_locking_act_id;
2606:
2607: cursor c_get_preprinted_form_no (cp_person_id number,
2608: cp_pre_org_id number) is