DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on OE_SYS_PARAMETERS

Line 1053: profinfo.so_organization_id := oe_sys_parameters.value('MASTER_ORGANIZATION_ID', g_org_id);

1049: END IF;
1050: END IF;
1051:
1052: IF profinfo.so_organization_id is NULL then
1053: profinfo.so_organization_id := oe_sys_parameters.value('MASTER_ORGANIZATION_ID', g_org_id);
1054: END IF;
1055:
1056: /*************************************************************************/
1057: /* If installed, the Tax Vendor Extension will be called to determine if */

Line 2744: -- bug 5120920 - use oe_sys_parameters.value();

2740:
2741: --
2742: -- Get Profile Info
2743: --
2744: -- bug 5120920 - use oe_sys_parameters.value();
2745:
2746: g_org_id := mo_global.get_current_org_id;
2747:
2748: IF g_org_id is not NULL then

Line 2750: l_master_org_id := oe_sys_parameters.value('MASTER_ORGANIZATION_ID', g_org_id);

2746: g_org_id := mo_global.get_current_org_id;
2747:
2748: IF g_org_id is not NULL then
2749:
2750: l_master_org_id := oe_sys_parameters.value('MASTER_ORGANIZATION_ID', g_org_id);
2751:
2752: if l_master_org_id is NULL then
2753: IF (g_level_procedure >= g_current_runtime_level ) THEN
2754: FND_LOG.STRING(g_level_procedure,