DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on WIP_OSP

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

4012: wip_constants.comp_chrg,
4013: wip_constants.comp_nochrg)
4014: and (l_old_status not in (wip_constants.cancelled, wip_constants.comp_chrg,
4015: wip_constants.comp_nochrg))) then
4016: if ( wip_osp.po_req_exists(wjsi_row.wip_entity_id,
4017: null,
4018: wjsi_row.organization_id,
4019: null,
4020: wip_constants.discrete) = true ) then

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

4029: wjsi_row.status_type in (wip_constants.cancelled,
4030: wip_constants.comp_nochrg) ) then
4031: -- cancel PO/requisition associated to the job if cancel or
4032: -- complete-no-charge
4033: wip_osp.cancelPOReq(p_job_id => wjsi_row.wip_entity_id,
4034: p_org_id => wjsi_row.organization_id,
4035: x_return_status => l_retStatus);
4036: if ( l_retStatus <> fnd_api.g_ret_sts_success ) then
4037: po_warning_flag := WIP_CONSTANTS.YES;