DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_PVT dependencies on ASO_UTILITY_PVT

Line 882: l_default_order_type_id := aso_utility_pvt.get_ou_attribute_value(aso_utility_pvt.G_DEFAULT_ORDER_TYPE,l_inv_org_id); -- CDUBEY - For MOAC Bug 4421236

878:
879: -- ASO_ORDER_TYPE_ID is an Oracle Order Capture profile to set the default Order type.
880: -- iStore uses this profile to get the default Order type and then assigns this Order type to the Orders
881: -- l_default_order_type_id := fnd_profile.value('ASO_ORDER_TYPE_ID');
882: l_default_order_type_id := aso_utility_pvt.get_ou_attribute_value(aso_utility_pvt.G_DEFAULT_ORDER_TYPE,l_inv_org_id); -- CDUBEY - For MOAC Bug 4421236
883:
884: /* -- SECHAWLA 05-OCT-04 3924244 : Migrated remarketing profiles to setups
885: -- validate organization
886: IF l_inv_org_id IS NULL THEN