DBA Data[Home] [Help]

APPS.GMP_WPS_WRAPPER_PKG dependencies on WIP_PARAMETERS

Line 74: FROM wip_parameters

70: to_date(substr(P_HORIZON_START,1,10),'YYYY/MM/DD');
71: BEGIN
72: SELECT decode(material_constrained,1,1,-1)
73: INTO l_matl_cons
74: FROM wip_parameters
75: WHERE organization_id = P_ORGANIZATION_ID ;
76: EXCEPTION
77: WHEN OTHERS THEN
78: FND_FILE.PUT_LINE(FND_FILE.LOG,'Could Not get Matl Cons Indicator for ' ||P_ORGANIZATION_ID );