DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_MOAC_UTILS

Line 7119: g_moac_org_id := pa_moac_utils.get_current_org_id ;

7115: GetImpCurrInfo;
7116: END IF;
7117:
7118: IF g_moac_org_id is NULL then
7119: g_moac_org_id := pa_moac_utils.get_current_org_id ;
7120: END IF ;
7121:
7122: -- Bug 987539: Initialize v_calling_module according
7123: -- to transaction source. Basically this variable is

Line 9387: g_moac_org_id := pa_moac_utils.get_current_org_id ;

9383: --Pa.K Changes: For performance moved the Multi-Org check to the init procedure.
9384: G_Morg := pa_utils.pa_morg_implemented;
9385:
9386: -- MOAC changes. populate the operating unit org id variable.
9387: g_moac_org_id := pa_moac_utils.get_current_org_id ;
9388:
9389: IF (G_accounting_currency_code IS NULL) THEN
9390: GetImpCurrInfo;
9391: END IF;