DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_OSP

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

3884: wip_constants.comp_chrg,
3885: wip_constants.comp_nochrg)
3886: and (l_old_status not in (wip_constants.cancelled, wip_constants.comp_chrg,
3887: wip_constants.comp_nochrg))) then
3888: if ( wip_osp.po_req_exists(wjsi_row.wip_entity_id,
3889: null,
3890: wjsi_row.organization_id,
3891: null,
3892: wip_constants.discrete) = true ) then

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

3901: wjsi_row.status_type in (wip_constants.cancelled,
3902: wip_constants.comp_nochrg) ) then
3903: -- cancel PO/requisition associated to the job if cancel or
3904: -- complete-no-charge
3905: wip_osp.cancelPOReq(p_job_id => wjsi_row.wip_entity_id,
3906: p_org_id => wjsi_row.organization_id,
3907: x_return_status => l_retStatus);
3908: if ( l_retStatus <> fnd_api.g_ret_sts_success ) then
3909: po_warning_flag := WIP_CONSTANTS.YES;