DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on WIP_PARAMETERS

Line 188: -- Default from wip_parameters IFF there is no project and no class

184: end;
185: end if;
186:
187: if X_PROJECT_ID is null and V_DISC_CLASS is null then
188: -- Default from wip_parameters IFF there is no project and no class
189: -- defined yet.
190:
191: SELECT wp.DEFAULT_DISCRETE_CLASS
192: INTO V_DISC_CLASS

Line 193: FROM WIP_PARAMETERS wp

189: -- defined yet.
190:
191: SELECT wp.DEFAULT_DISCRETE_CLASS
192: INTO V_DISC_CLASS
193: FROM WIP_PARAMETERS wp
194: WHERE wp.ORGANIZATION_ID = X_ORG_ID;
195: /*Bug 9977721(FP of 9507090)*/
196: if V_COST_GROUP_ID is null then --standard costing, WMS and PJM not enabled*/
197: v_ret := check_disabled(V_DISC_CLASS, X_ORG_ID, X_ENTITY_TYPE);