DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on OE_SYS_PARAMETERS

Line 549: -- bug 16248458 getting value from OE_SYS_PARAMETERS package

545: */
546:
547: -- Fetch SO Organization Id
548: -- (equivalent of arp_tax.profinfo.so_organization_id)
549: -- bug 16248458 getting value from OE_SYS_PARAMETERS package
550: -- g_cec_so_organization_id := oe_profile.value_specific('SO_ORGANIZATION_ID');
551: g_cec_so_organization_id := OE_SYS_PARAMETERS.value('MASTER_ORGANIZATION_ID', fnd_profile.value('DEFAULT_ORG_ID'));
552:
553:

Line 551: g_cec_so_organization_id := OE_SYS_PARAMETERS.value('MASTER_ORGANIZATION_ID', fnd_profile.value('DEFAULT_ORG_ID'));

547: -- Fetch SO Organization Id
548: -- (equivalent of arp_tax.profinfo.so_organization_id)
549: -- bug 16248458 getting value from OE_SYS_PARAMETERS package
550: -- g_cec_so_organization_id := oe_profile.value_specific('SO_ORGANIZATION_ID');
551: g_cec_so_organization_id := OE_SYS_PARAMETERS.value('MASTER_ORGANIZATION_ID', fnd_profile.value('DEFAULT_ORG_ID'));
552:
553:
554: -- Fetch Product Organization Id
555: -- (equivalent of arp_tax.tax_info_rec.ship_from_warehouse_id)