DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on WIP_COMMON_WF_PKG

Line 204: /* and wip_common_wf_pkg.ospEnabled ) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition

200: (cdis_rec.po_creation_time = WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE or
201: (cdis_rec.po_creation_time = WIP_CONSTANTS.AT_OPERATION
202: and cdis_rec.first_op = 'YES'))
203: AND l_req_enabled) /*Bug 13768020: launch requistion interface for po receipt resource when 'WIP:Launch Requisition Import for PO Receipt' is set to Yes*/
204: /* and wip_common_wf_pkg.ospEnabled ) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition
205: THEN
206: l_launch_req_import := WIP_CONSTANTS.YES;
207: /* Fix for bug 3127921: Adding elsif condition to launch reqimport
208: if po_creation_time is at job schedule release and a PO Move

Line 215: wip_common_wf_pkg.ospEnabled) then

211: */
212: ELSIF (cdis_rec.autocharge_type = WIP_CONSTANTS.PO_MOVE and
213: cdis_rec.first_op <> 'YES' and
214: cdis_rec.po_creation_time = WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE and
215: wip_common_wf_pkg.ospEnabled) then
216: l_launch_req_import := WIP_CONSTANTS.YES;
217: END IF;
218: ELSE -- if EAM work order
219: /* Fix for Bug#2389789. Added po_creation_time and ospEnabled condition */

Line 223: /* and wip_common_wf_pkg.ospEnabled) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition

219: /* Fix for Bug#2389789. Added po_creation_time and ospEnabled condition */
220: if(cdis_rec.po_creation_time
221: IN(WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE,
222: WIP_CONSTANTS.AT_OPERATION))
223: /* and wip_common_wf_pkg.ospEnabled) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition
224: THEN
225: -- l_po_receipt_found := TRUE;
226: -- We should always launch Req Import for EAM even if the PO
227: -- creation time is "At Operation".(got confirmation from Amit)

Line 325: /* AND wip_common_wf_pkg.ospEnabled ) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition

321: (crep_rec.po_creation_time = WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE or
322: (crep_rec.po_creation_time = WIP_CONSTANTS.AT_OPERATION AND
323: crep_rec.first_op = 'YES'))
324: AND l_req_enabled)/*Bug 13768020: launch requistion interface for po receipt resource when 'WIP:Launch Requisition Import for PO Receipt' is set to Yes*/
325: /* AND wip_common_wf_pkg.ospEnabled ) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition
326: THEN
327: l_launch_req_import := WIP_CONSTANTS.YES;
328: /* Fix for bug 3127921: Adding elsif condition to launch reqimport
329: if po_creation_time is at job schedule release and a PO Move

Line 336: wip_common_wf_pkg.ospEnabled) THEN

332: */
333: ELSIF (crep_rec.autocharge_type = WIP_CONSTANTS.PO_MOVE AND
334: crep_rec.first_op <> 'YES' AND
335: crep_rec.po_creation_time = WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE AND
336: wip_common_wf_pkg.ospEnabled) THEN
337: l_launch_req_import := WIP_CONSTANTS.YES;
338: END IF;
339: END IF;
340: op_seq_num := crep_rec.operation_seq_num;