DBA Data[Home] [Help]

APPS.AR_PREPAYMENTS_PUB dependencies on AR_RECEIVABLE_APPLICATIONS_S1

Line 407: SELECT ar_receivable_applications_s1.nextval

403: --sequence and pass to apply routine.
404: --IF payment set id is passed, then do not generate.
405: IF p_payment_set_id is null THEN
406: BEGIN
407: SELECT ar_receivable_applications_s1.nextval
408: INTO l_payment_set_id
409: FROM dual;
410: EXCEPTION
411: WHEN others THEN