DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_OSP

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

947: end if;
948:
949: /* End fix of 3927677 */
950:
951: if (wip_osp.po_req_exists ( wjsi_row.wip_entity_id,
952: null,
953: wjsi_row.organization_id,
954: null,
955: wip_constants.discrete

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

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