DBA Data[Home] [Help]

APPS.ENG_BOM_RTG_TRANSFER_PKG dependencies on ENG_ITEM_PKG

Line 251: ENG_ITEM_PKG.ITEM_TRANSFER(X_org_id => X_org_id,

247:
248: IF ( X_item_code = 1 ) THEN
249: -- Bug#3503220
250: -- First Transfer the Item from which the transfer is being called.
251: ENG_ITEM_PKG.ITEM_TRANSFER(X_org_id => X_org_id,
252: X_eng_item_id => X_eng_item_id,
253: X_mfg_item_id => X_mfg_item_id,
254: x_last_login_id => -1,
255: X_mfg_description => X_mfg_description,

Line 288: ENG_ITEM_PKG.ITEM_TRANSFER(X_org_id => l_Common_Org_Id,

284: l_Common_Assembly_Item_Id := common_rec.COMMON_ASSEMBLY_ITEM_ID;
285: -- Call transfer only if Common Item and X_eng_item_id are different
286: -- Because the X_eng_item_id is already transferred in the beginning.
287: IF ( l_Common_Assembly_Item_Id <> X_eng_item_id ) THEN
288: ENG_ITEM_PKG.ITEM_TRANSFER(X_org_id => l_Common_Org_Id,
289: X_eng_item_id => l_Common_Assembly_Item_Id,
290: X_mfg_item_id => l_Common_Assembly_Item_Id,
291: x_last_login_id => -1,
292: X_mfg_description => X_mfg_description,

Line 319: ENG_ITEM_PKG.ITEM_TRANSFER(X_org_id => other_reference_rec.ORG_ID,

315: END IF;
316: -- Transfer the Items which are referencing the common bill but it should not be the item from
317: -- which the transfer is being called. X_eng_item_id takes care of the above check.
318: FOR other_reference_rec IN other_reference_item_csr LOOP
319: ENG_ITEM_PKG.ITEM_TRANSFER(X_org_id => other_reference_rec.ORG_ID,
320: X_eng_item_id => other_reference_rec.ASSEMBLY_ITEM_ID,
321: X_mfg_item_id => other_reference_rec.ASSEMBLY_ITEM_ID,
322: x_last_login_id => -1,
323: X_mfg_description => X_mfg_description,

Line 479: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => X_org_id,

475: X_alt_bom_designator => X_alt_bom_designator,
476: X_effectivity_date => X_effectivity_date,
477: X_implemented_only => X_implemented_only,
478: X_unit_number => X_unit_number);
479: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => X_org_id,
480: X_eng_item_id => X_eng_item_id,
481: X_designator_option => X_designator_option,
482: X_alt_bom_designator => X_alt_bom_designator);
483:

Line 484: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => X_org_id,

480: X_eng_item_id => X_eng_item_id,
481: X_designator_option => X_designator_option,
482: X_alt_bom_designator => X_alt_bom_designator);
483:
484: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => X_org_id,
485: X_item_id => X_eng_item_id,
486: X_designator_option => X_designator_option,
487: X_alt_bom_designator => X_alt_bom_designator);
488: FOR common_rec IN common_bill_csr LOOP

Line 502: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => common_rec.COMMON_ORG_ID,

498: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR,
499: X_effectivity_date => X_effectivity_date,
500: X_implemented_only => X_implemented_only,
501: X_unit_number => X_unit_number);
502: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => common_rec.COMMON_ORG_ID,
503: X_eng_item_id => common_rec.COMMON_ASSEMBLY_ITEM_ID,
504: -- For common bill always transfer particular alternate only.
505: X_designator_option => 2,
506: -- To transfer particular alternate pass alternate from the cursor

Line 509: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => common_rec.COMMON_ORG_ID,

505: X_designator_option => 2,
506: -- To transfer particular alternate pass alternate from the cursor
507: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR);
508:
509: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => common_rec.COMMON_ORG_ID,
510: X_item_id => common_rec.COMMON_ASSEMBLY_ITEM_ID,
511: -- For common bill always transfer particular alternate only.
512: X_designator_option => 2,
513: -- To transfer particular alternate pass alternate from the cursor

Line 527: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => common_rec.COMMON_ORG_ID,

523: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR,
524: X_effectivity_date => X_effectivity_date,
525: X_implemented_only => X_implemented_only,
526: X_unit_number => X_unit_number);
527: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => common_rec.COMMON_ORG_ID,
528: X_eng_item_id => common_rec.COMMON_ASSEMBLY_ITEM_ID,
529: -- For common bill always transfer particular alternate only.
530: X_designator_option => 3,
531: -- To transfer particular alternate pass alternate from the cursor

Line 534: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => common_rec.COMMON_ORG_ID,

530: X_designator_option => 3,
531: -- To transfer particular alternate pass alternate from the cursor
532: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR);
533:
534: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => common_rec.COMMON_ORG_ID,
535: X_item_id => common_rec.COMMON_ASSEMBLY_ITEM_ID,
536: -- For common bill always transfer particular alternate only.
537: X_designator_option => 3,
538: -- To transfer particular alternate pass alternate from the cursor

Line 561: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => other_reference_rec.ORG_ID,

557: X_effectivity_date => X_effectivity_date,
558: X_implemented_only => X_implemented_only,
559: X_unit_number => X_unit_number);
560: -- R12: Added To handle editable common bills
561: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => other_reference_rec.ORG_ID,
562: X_eng_item_id => other_reference_rec.ASSEMBLY_ITEM_ID,
563: X_designator_option => 2,
564: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR);
565:

Line 566: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => other_reference_rec.ORG_ID,

562: X_eng_item_id => other_reference_rec.ASSEMBLY_ITEM_ID,
563: X_designator_option => 2,
564: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR);
565:
566: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => other_reference_rec.ORG_ID,
567: X_item_id => other_reference_rec.ASSEMBLY_ITEM_ID,
568: X_designator_option => 2,
569: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR);
570: ELSE

Line 583: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => other_reference_rec.ORG_ID,

579: X_effectivity_date => X_effectivity_date,
580: X_implemented_only => X_implemented_only,
581: X_unit_number => X_unit_number);
582: -- R12: Added To handle editable common bills
583: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => other_reference_rec.ORG_ID,
584: X_eng_item_id => other_reference_rec.ASSEMBLY_ITEM_ID,
585: X_designator_option => 3,
586: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR);
587:

Line 588: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => other_reference_rec.ORG_ID,

584: X_eng_item_id => other_reference_rec.ASSEMBLY_ITEM_ID,
585: X_designator_option => 3,
586: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR);
587:
588: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => other_reference_rec.ORG_ID,
589: X_item_id => other_reference_rec.ASSEMBLY_ITEM_ID,
590: X_designator_option => 3,
591: X_alt_bom_designator => common_rec.ALTERNATE_BOM_DESIGNATOR);
592: END IF;

Line 610: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => X_org_id,

606: X_ecn_name => X_ecn_name,
607: X_unit_number => X_unit_number);
608:
609: /*
610: ENG_ITEM_PKG.COMPONENT_TRANSFER(X_org_id => X_org_id,
611: X_eng_item_id => X_eng_item_id,
612: X_designator_option => X_designator_option,
613: X_alt_bom_designator => X_alt_bom_designator);
614: */

Line 616: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => X_org_id,

612: X_designator_option => X_designator_option,
613: X_alt_bom_designator => X_alt_bom_designator);
614: */
615:
616: ENG_ITEM_PKG.SET_OP_SEQ(X_org_id => X_org_id,
617: X_item_id => X_mfg_item_id,
618: X_designator_option => X_designator_option,
619: X_alt_bom_designator => X_alt_bom_designator);
620: