DBA Data[Home] [Help]

APPS.OKL_AM_CUSTOM_RMK_ASSET_PVT dependencies on ASO_UTILITY_PVT

Line 323: 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

319: -- ASO_ORDER_TYPE_ID is an Oracle Order Capture profile to set the default Order type.
320: -- iStore uses this profile to get the default Order type and then assigns this Order type to the Orders
321:
322: --l_default_order_type_id := fnd_profile.value('ASO_ORDER_TYPE_ID');
323: 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
324:
325:
326:
327: IF l_default_order_type_id IS NULL THEN