DBA Data[Home] [Help]

APPS.WIP_CHANGE_STATUS dependencies on WIP_OSP

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

384: x_returnStatus => x_returnStatus);
385: end if;
386:
387: /*
388: Fix bug#2034660. Commented following call to wip_osp.release_validation.
389: Now wilmlx.ppc would be calling this procedure after processing rows in wip_job_dtls_interface
390:
391:
392:

Line 393: WIP_OSP.RELEASE_VALIDATION(P_Wip_Entity_Id,

389: Now wilmlx.ppc would be calling this procedure after processing rows in wip_job_dtls_interface
390:
391:
392:
393: WIP_OSP.RELEASE_VALIDATION(P_Wip_Entity_Id,
394: P_Organization_Id,
395: P_Repetitive_Schedule_Id);
396:
397: */

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

500: RELEASE (P_wip_entity_id, P_organization_id, '', '',
501: X_class_code, X_status_type, WIP_CONSTANTS.HOLD,
502: X_routing_exists, SYSDATE); /* fix for bug 2424987 */
503:
504: /* Fix for Bug#2034660 .Calling wip_osp.release_validation since release is not calling this procedure */
505:
506: if x_status_type NOT IN (WIP_CONSTANTS.RELEASED,
507: WIP_CONSTANTS.COMP_CHRG,
508: WIP_CONSTANTS.HOLD,

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

506: if x_status_type NOT IN (WIP_CONSTANTS.RELEASED,
507: WIP_CONSTANTS.COMP_CHRG,
508: WIP_CONSTANTS.HOLD,
509: WIP_CONSTANTS.CANCELLED) THEN
510: wip_osp.release_validation ( P_wip_entity_id, P_organization_id, '') ;
511:
512: end if ;
513:
514: -- Bug 15945996

Line 592: WIP_OSP.RELEASE_VALIDATION(P_wip_entity_id,

588: X_class_code, X_status_type, WIP_CONSTANTS.RELEASED,
589: X_routing_exists, SYSDATE);
590:
591: /*Add for bug 10013678*/
592: WIP_OSP.RELEASE_VALIDATION(P_wip_entity_id,
593: P_organization_id,
594: null);
595:
596: UPDATE WIP_DISCRETE_JOBS