DBA Data[Home] [Help]

APPS.WIP_CHANGE_STATUS dependencies on WIP_OSP

Line 286: Fix bug#2034660. Commented following call to wip_osp.release_validation.

282: P_repetitive_schedule_id, P_line_id,
283: P_class_code, P_Release_Date); /* fix for bug 2424987 */
284:
285: /*
286: Fix bug#2034660. Commented following call to wip_osp.release_validation.
287: Now wilmlx.ppc would be calling this procedure after processing rows in wip_job_dtls_interface
288:
289:
290:

Line 291: WIP_OSP.RELEASE_VALIDATION(P_Wip_Entity_Id,

287: Now wilmlx.ppc would be calling this procedure after processing rows in wip_job_dtls_interface
288:
289:
290:
291: WIP_OSP.RELEASE_VALIDATION(P_Wip_Entity_Id,
292: P_Organization_Id,
293: P_Repetitive_Schedule_Id);
294:
295: */

Line 369: /* Fix for Bug#2034660 .Calling wip_osp.release_validation since release is not calling this procedure */

365: RELEASE (P_wip_entity_id, P_organization_id, '', '',
366: X_class_code, X_status_type, WIP_CONSTANTS.HOLD,
367: X_routing_exists, SYSDATE); /* fix for bug 2424987 */
368:
369: /* Fix for Bug#2034660 .Calling wip_osp.release_validation since release is not calling this procedure */
370:
371: if x_status_type NOT IN (WIP_CONSTANTS.RELEASED,
372: WIP_CONSTANTS.COMP_CHRG,
373: WIP_CONSTANTS.HOLD,

Line 375: wip_osp.release_validation ( P_wip_entity_id, P_organization_id, '') ;

371: if x_status_type NOT IN (WIP_CONSTANTS.RELEASED,
372: WIP_CONSTANTS.COMP_CHRG,
373: WIP_CONSTANTS.HOLD,
374: WIP_CONSTANTS.CANCELLED) THEN
375: wip_osp.release_validation ( P_wip_entity_id, P_organization_id, '') ;
376:
377: end if ;
378:
379: UPDATE WIP_DISCRETE_JOBS