DBA Data[Home] [Help]

APPS.PAY_AU_RECONCILIATION_PKG dependencies on DUAL

Line 1683: from dual;

1679:
1680:
1681: cursor csr_next_action_id is
1682: select pay_assignment_actions_s.nextval
1683: from dual;
1684:
1685: l_next_assignment_action_id pay_assignment_actions.assignment_action_id%type;
1686: l_procedure varchar2(200) ;
1687: i number;