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 2730: -- bug 5120920 - use oe_sys_parameters.value();

2726:
2727: --
2728: -- Get Profile Info
2729: --
2730: -- bug 5120920 - use oe_sys_parameters.value();
2731:
2732: g_org_id := mo_global.get_current_org_id;
2733:
2734: IF g_org_id is not NULL then

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

2732: g_org_id := mo_global.get_current_org_id;
2733:
2734: IF g_org_id is not NULL then
2735:
2736: l_master_org_id := oe_sys_parameters.value('MASTER_ORGANIZATION_ID', g_org_id);
2737:
2738: if l_master_org_id is NULL then
2739: IF (g_level_procedure >= g_current_runtime_level ) THEN
2740: FND_LOG.STRING(g_level_procedure,