DBA Data[Home] [Help]

APPS.PAY_AU_RECONCILIATION_PKG dependencies on DUAL

Line 1045: from dual;

1041:
1042:
1043: cursor csr_next_action_id is
1044: select pay_assignment_actions_s.nextval
1045: from dual;
1046:
1047: l_next_assignment_action_id pay_assignment_actions.assignment_action_id%type;
1048: l_procedure varchar2(200) ;
1049: i number;