DBA Data[Home] [Help]

APPS.WMS_EPC_PVT dependencies on MTL_PARAMETERS

Line 2325: --{{get needed information from mtl_parameters setup for EPC generation }}

2321:
2322: END IF;
2323:
2324:
2325: --{{get needed information from mtl_parameters setup for EPC generation }}
2326: IF ( NOT Inv_Cache.set_org_rec( p_organization_id => p_org_id ))THEN
2327: IF (l_debug = 1) THEN
2328: trace(p_org_id || 'is an invalid organization id');
2329: END IF;

Line 2993: FROM mtl_parameters

2989:
2990: BEGIN
2991: SELECT 1
2992: INTO l_is_epc_enabled
2993: FROM mtl_parameters
2994: WHERE organization_id = p_org_id
2995: AND Nvl(epc_generation_enabled_flag, 'N') = 'Y';
2996: EXCEPTION
2997: WHEN no_data_found then