DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_COMPONENT dependencies on BOMPCMBM

Line 2218: IF NOT BOMPCMBM.Check_Op_Seq_In_Ref_Boms(p_src_bill_seq_id => g_rev_comp_Unexp_rec.bill_sequence_id

2214: -- Op_seq_num or the new_op_seq_num not unique
2215: END LOOP;
2216: --For date eff bills, editable common bills may exist. The operation seq num
2217: --must be valid for those bils too.
2218: IF NOT BOMPCMBM.Check_Op_Seq_In_Ref_Boms(p_src_bill_seq_id => g_rev_comp_Unexp_rec.bill_sequence_id
2219: , p_op_seq => nvl(g_rev_component_rec.new_operation_sequence_number,
2220: g_rev_component_rec.operation_sequence_number)
2221: )
2222: THEN RETURN 4;