DBA Data[Home] [Help]

APPS.AMS_BOM_PVT dependencies on BOM_BO_PUB

Line 219: l_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;

215: P_Last_Update_By IN NUMBER := FND_API.G_MISS_NUM
216:
217: ) IS
218:
219: l_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
220: l_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
221:
222: x_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
223: x_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;

Line 220: l_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;

216:
217: ) IS
218:
219: l_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
220: l_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
221:
222: x_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
223: x_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
224: x_bom_revision_tbl Bom_Bo_Pub.Bom_revision_tbl_type;

Line 222: x_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;

218:
219: l_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
220: l_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
221:
222: x_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
223: x_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
224: x_bom_revision_tbl Bom_Bo_Pub.Bom_revision_tbl_type;
225: x_bom_ref_designator_tbl Bom_Bo_Pub.Bom_Ref_Designator_tbl_type;
226: x_bom_sub_component_tbl Bom_Bo_Pub.Bom_Sub_Component_Tbl_type;

Line 223: x_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;

219: l_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
220: l_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
221:
222: x_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
223: x_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
224: x_bom_revision_tbl Bom_Bo_Pub.Bom_revision_tbl_type;
225: x_bom_ref_designator_tbl Bom_Bo_Pub.Bom_Ref_Designator_tbl_type;
226: x_bom_sub_component_tbl Bom_Bo_Pub.Bom_Sub_Component_Tbl_type;
227:

Line 224: x_bom_revision_tbl Bom_Bo_Pub.Bom_revision_tbl_type;

220: l_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
221:
222: x_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
223: x_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
224: x_bom_revision_tbl Bom_Bo_Pub.Bom_revision_tbl_type;
225: x_bom_ref_designator_tbl Bom_Bo_Pub.Bom_Ref_Designator_tbl_type;
226: x_bom_sub_component_tbl Bom_Bo_Pub.Bom_Sub_Component_Tbl_type;
227:
228:

Line 225: x_bom_ref_designator_tbl Bom_Bo_Pub.Bom_Ref_Designator_tbl_type;

221:
222: x_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
223: x_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
224: x_bom_revision_tbl Bom_Bo_Pub.Bom_revision_tbl_type;
225: x_bom_ref_designator_tbl Bom_Bo_Pub.Bom_Ref_Designator_tbl_type;
226: x_bom_sub_component_tbl Bom_Bo_Pub.Bom_Sub_Component_Tbl_type;
227:
228:
229: l_api_name CONSTANT VARCHAR2(30) := 'Ams_Process_Bom';

Line 226: x_bom_sub_component_tbl Bom_Bo_Pub.Bom_Sub_Component_Tbl_type;

222: x_bom_header_rec Bom_Bo_Pub.Bom_Head_Rec_Type;
223: x_bom_component_tbl Bom_Bo_Pub.Bom_Comps_Tbl_Type;
224: x_bom_revision_tbl Bom_Bo_Pub.Bom_revision_tbl_type;
225: x_bom_ref_designator_tbl Bom_Bo_Pub.Bom_Ref_Designator_tbl_type;
226: x_bom_sub_component_tbl Bom_Bo_Pub.Bom_Sub_Component_Tbl_type;
227:
228:
229: l_api_name CONSTANT VARCHAR2(30) := 'Ams_Process_Bom';
230: l_api_version_number CONSTANT NUMBER := 1.0;

Line 503: Bom_Bo_Pub.Process_Bom

499:
500:
501: /** Cal to BOM API **/
502:
503: Bom_Bo_Pub.Process_Bom
504: ( p_init_msg_list => TRUE
505: , p_bom_header_rec => l_bom_header_rec
506: , p_bom_component_tbl => l_bom_component_tbl
507: , x_bom_header_rec => x_bom_header_rec