DBA Data[Home] [Help]

APPS.BOM_DEFAULT_BOM_COMPONENT dependencies on FND_PROFILE

Line 112: fnd_profile.value('BOM:ITEM_SEQUENCE_INCREMENT');

108: FROM bom_inventory_components
109: WHERE bill_sequence_id = g_rev_Comp_Unexp_rec.Bill_Sequence_Id;
110: BEGIN
111: p_Item_Seq_Increment :=
112: fnd_profile.value('BOM:ITEM_SEQUENCE_INCREMENT');
113:
114: FOR l_Def_Item_Seq IN GetItemSeq LOOP
115: RETURN l_Def_Item_Seq.Default_Seq;
116: END LOOP;

Line 590: l_default_wip_values := fnd_profile.value('BOM:DEFAULT_WIP_VALUES');

586:
587: -- Get the profile value which indicates whether
588: -- wip values should be defaulted from those that of an
589: -- item.
590: l_default_wip_values := fnd_profile.value('BOM:DEFAULT_WIP_VALUES');
591:
592: -- Default missing attributes.
593:
594: