DBA Data[Home] [Help]

APPS.BOM_VALIDATE_BOM_HEADER dependencies on BOM_BOM_HEADER_UTIL

Line 72: Bom_Bom_Header_Util.Query_Table_Row

68:
69: /* bug 4133037, For creates we need to check for existance in bom_structures_b */
70:
71: If(p_bom_header_rec.transaction_type = BOM_Globals.G_OPR_CREATE) then
72: Bom_Bom_Header_Util.Query_Table_Row
73: ( p_assembly_item_id =>
74: p_bom_head_unexp_rec.assembly_item_id
75: , p_alternate_bom_code =>
76: p_bom_header_rec.alternate_bom_code

Line 84: Bom_Bom_Header_Util.Query_Row

80: , x_bom_head_unexp_rec => x_old_bom_head_unexp_rec
81: , x_return_status => l_return_status
82: );
83: else
84: Bom_Bom_Header_Util.Query_Row
85: ( p_assembly_item_id =>
86: p_bom_head_unexp_rec.assembly_item_id
87: , p_alternate_bom_code =>
88: p_bom_header_rec.alternate_bom_code