DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on DUAL

Line 1088: FROM DUAL

1084: union
1085: select vendor_id from ap_checks_all
1086: where check_id = xla_events_unacct(i).source_id_int_1
1087: and 'AP_PAYMENTS' = xla_events_unacct(i).entity_code) vendor_id /*Bug 9721897*/
1088: FROM DUAL
1089: where xla_events_unacct(i).security_id_int_1 in (Select org_id
1090: from ap_org_attributes_gt orgs) ; /*Bug 14596406 */
1091:
1092: END LOOP;