DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_MOAC_UTILS

Line 7738: g_moac_org_id := pa_moac_utils.get_current_org_id ;

7734: GetImpCurrInfo;
7735: END IF;
7736:
7737: IF g_moac_org_id is NULL then
7738: g_moac_org_id := pa_moac_utils.get_current_org_id ;
7739: END IF ;
7740:
7741: -- Bug 987539: Initialize v_calling_module according
7742: -- to transaction source. Basically this variable is

Line 10178: g_moac_org_id := pa_moac_utils.get_current_org_id ;

10174: --Pa.K Changes: For performance moved the Multi-Org check to the init procedure.
10175: G_Morg := pa_utils.pa_morg_implemented;
10176:
10177: -- MOAC changes. populate the operating unit org id variable.
10178: g_moac_org_id := pa_moac_utils.get_current_org_id ;
10179:
10180: IF (G_accounting_currency_code IS NULL) THEN
10181: GetImpCurrInfo;
10182: END IF;