DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on WIP_PARAMETERS

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

168: end;
169: end if;
170:
171: if X_PROJECT_ID is null and V_DISC_CLASS is null then
172: -- Default from wip_parameters IFF there is no project and no class
173: -- defined yet.
174:
175: SELECT wp.DEFAULT_DISCRETE_CLASS
176: INTO V_DISC_CLASS

Line 177: FROM WIP_PARAMETERS wp

173: -- defined yet.
174:
175: SELECT wp.DEFAULT_DISCRETE_CLASS
176: INTO V_DISC_CLASS
177: FROM WIP_PARAMETERS wp
178: WHERE wp.ORGANIZATION_ID = X_ORG_ID;
179:
180: v_ret := check_disabled(V_DISC_CLASS, X_ORG_ID, X_ENTITY_TYPE);
181: if ( v_ret = 0) then