DBA Data[Home] [Help]

APPS.MRP_SELECT_ALL_FOR_RELEASE_PUB dependencies on WIP_PARAMETERS

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

1527: end;
1528: end if;
1529:
1530: if X_PROJECT_ID is null and V_DISC_CLASS is null then
1531: -- Default from wip_parameters IFF there is no project and no class
1532: -- defined yet.
1533:
1534: SELECT wp.DEFAULT_DISCRETE_CLASS
1535: into V_DISC_CLASS

Line 1536: FROM WIP_PARAMETERS wp

1532: -- defined yet.
1533:
1534: SELECT wp.DEFAULT_DISCRETE_CLASS
1535: into V_DISC_CLASS
1536: FROM WIP_PARAMETERS wp
1537: WHERE wp.ORGANIZATION_ID = X_ORG_ID;
1538: v_ret := relall_check_disabled(V_DISC_CLASS, X_ORG_ID, X_ENTITY_TYPE);
1539: if ( v_ret = 0) then
1540: return(NULL);