DBA Data[Home] [Help]

APPS.PAY_US_OVER_LIMIT_TAX_RPT_PKG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 855: select pay_assignment_actions_s.nextval

851: else
852:
853: l_prev_asg_act_id := p_asg_action_id;
854: if (g_inserted_asg_action_id_flag = 'N') then
855: select pay_assignment_actions_s.nextval
856: into new_asg_act_id
857: from dual;
858:
859: -- insert the action record.

Line 1321: select pay_assignment_actions_s.nextval

1317: else
1318:
1319: l_prev_asg_act_id := p_asg_action_id;
1320:
1321: select pay_assignment_actions_s.nextval
1322: into new_asg_act_id
1323: from dual;
1324:
1325: -- insert the action record.

Line 1631: select pay_assignment_actions_s.nextval

1627: --Bug # 3118107
1628: -----------------------------------------------
1629:
1630: if p_insert_done_flag = 'N' then
1631: select pay_assignment_actions_s.nextval
1632: into new_asg_act_id
1633: from dual;
1634:
1635: --insert the action record