DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on GL_GLOBAL

Line 1683: GL_GLOBAL.set_aff_validation(context_type => 'OU',

1679:
1680: -- bug7531219 setting the ledger context to get only
1681: -- valid Balancing and Management segments for the ledger
1682: BEGIN
1683: GL_GLOBAL.set_aff_validation(context_type => 'OU',
1684: context_id => l_invoice_rec.org_id);
1685: EXCEPTION
1686: WHEN OTHERS THEN
1687: NULL;