DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on DUAL

Line 56: FROM SYS.DUAL;

52:
53: BEGIN
54: SELECT po_distributions_s.nextval
55: INTO x_po_distribution_record.po_distribution_id
56: FROM SYS.DUAL;
57: EXCEPTION
58: WHEN OTHERS THEN
59: x_po_distribution_record.po_distribution_id := NULL;
60: po_copydoc_s1.copydoc_sql_error('validate_distribution', x_progress, sqlcode,

Line 440: -- Check the individual boolean statuses for the accounts, and add error

436: );
437:
438: l_progress := '030';
439:
440: -- Check the individual boolean statuses for the accounts, and add error
441: -- messages if any of them failed
442:
443: IF (NOT l_accrual_success) THEN
444: l_progress := '040';