DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_OSP

Line 946: if (wip_osp.po_req_exists ( wjsi_row.wip_entity_id,

942: end if;
943:
944: /* End fix of 3927677 */
945:
946: if (wip_osp.po_req_exists ( wjsi_row.wip_entity_id,
947: null,
948: wjsi_row.organization_id,
949: null,
950: wip_constants.discrete

Line 965: wip_osp.cancelPOReq(p_job_id => wjsi_row.wip_entity_id,

961: wjsi_row.status_type IN (WIP_CONSTANTS.CANCELLED,
962: WIP_CONSTANTS.COMP_NOCHRG)) THEN
963: -- cancel PO/requisition associated to the job if cancel or
964: -- complete-no-charge
965: wip_osp.cancelPOReq(p_job_id => wjsi_row.wip_entity_id,
966: p_org_id => wjsi_row.organization_id,
967: x_return_status => l_return_status);
968:
969: IF(l_return_status <> fnd_api. g_ret_sts_success) THEN