DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on WIP_COMMON

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;

Line 459: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,

455: FETCH CProject INTO x_project_id,x_task_id;
456: CLOSE Cproject;
457: END IF;
458:
459: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,
460: x_released_revs_meaning
461: );
462:
463:

Line 1126: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,

1122: p_uom_code => P_Uom,
1123: p_primary_uom_code => P_AssemblyPrimaryUom,
1124: p_usage_rate_or_amount => l_usage);
1125:
1126: wip_common.Get_Released_Revs_Type_Meaning (x_released_revs_type,
1127: x_released_revs_meaning
1128: );
1129:
1130: