DBA Data[Home] [Help]

APPS.OKL_AM_CUSTOM_RMK_ASSET_PVT dependencies on ASO_UTILITY_PVT

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

321: -- ASO_ORDER_TYPE_ID is an Oracle Order Capture profile to set the default Order type.
322: -- iStore uses this profile to get the default Order type and then assigns this Order type to the Orders
323:
324: --l_default_order_type_id := fnd_profile.value('ASO_ORDER_TYPE_ID');
325: -- 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
326:
327: l_default_order_type_id := aso_utility_pvt.get_ou_attribute_value(aso_utility_pvt.G_DEFAULT_ORDER_TYPE,l_org_id); -- changed to l_org_id for bug 10081463
328:
329:

Line 327: l_default_order_type_id := aso_utility_pvt.get_ou_attribute_value(aso_utility_pvt.G_DEFAULT_ORDER_TYPE,l_org_id); -- changed to l_org_id for bug 10081463

323:
324: --l_default_order_type_id := fnd_profile.value('ASO_ORDER_TYPE_ID');
325: -- 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
326:
327: l_default_order_type_id := aso_utility_pvt.get_ou_attribute_value(aso_utility_pvt.G_DEFAULT_ORDER_TYPE,l_org_id); -- changed to l_org_id for bug 10081463
328:
329:
330:
331: IF l_default_order_type_id IS NULL THEN