DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on WIP_COMMON_WF_PKG

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

187: */
188: (cdis_rec.po_creation_time = WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE or
189: (cdis_rec.po_creation_time = WIP_CONSTANTS.AT_OPERATION
190: and cdis_rec.first_op = 'YES')))
191: /* and wip_common_wf_pkg.ospEnabled ) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition
192: THEN
193: l_launch_req_import := WIP_CONSTANTS.YES;
194: /* Fix for bug 3127921: Adding elsif condition to launch reqimport
195: if po_creation_time is at job schedule release and a PO Move

Line 202: wip_common_wf_pkg.ospEnabled) then

198: */
199: ELSIF (cdis_rec.autocharge_type = WIP_CONSTANTS.PO_MOVE and
200: cdis_rec.first_op <> 'YES' and
201: cdis_rec.po_creation_time = WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE and
202: wip_common_wf_pkg.ospEnabled) then
203: l_launch_req_import := WIP_CONSTANTS.YES;
204: END IF;
205: ELSE -- if EAM work order
206: /* Fix for Bug#2389789. Added po_creation_time and ospEnabled condition */

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

206: /* Fix for Bug#2389789. Added po_creation_time and ospEnabled condition */
207: if(cdis_rec.po_creation_time
208: IN(WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE,
209: WIP_CONSTANTS.AT_OPERATION))
210: /* and wip_common_wf_pkg.ospEnabled) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition
211: THEN
212: -- l_po_receipt_found := TRUE;
213: -- We should always launch Req Import for EAM even if the PO
214: -- creation time is "At Operation".(got confirmation from Amit)

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

307: */
308: (crep_rec.po_creation_time = WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE or
309: (crep_rec.po_creation_time = WIP_CONSTANTS.AT_OPERATION AND
310: crep_rec.first_op = 'YES')))
311: /* AND wip_common_wf_pkg.ospEnabled ) */ -- FP Bug 5125900, Base Bug 4529326, Commented out this 'and' condition
312: THEN
313: l_launch_req_import := WIP_CONSTANTS.YES;
314: /* Fix for bug 3127921: Adding elsif condition to launch reqimport
315: if po_creation_time is at job schedule release and a PO Move

Line 322: wip_common_wf_pkg.ospEnabled) THEN

318: */
319: ELSIF (crep_rec.autocharge_type = WIP_CONSTANTS.PO_MOVE AND
320: crep_rec.first_op <> 'YES' AND
321: crep_rec.po_creation_time = WIP_CONSTANTS.AT_JOB_SCHEDULE_RELEASE AND
322: wip_common_wf_pkg.ospEnabled) THEN
323: l_launch_req_import := WIP_CONSTANTS.YES;
324: END IF;
325: END IF;
326: op_seq_num := crep_rec.operation_seq_num;