DBA Data[Home] [Help]

APPS.WSMPPCPD dependencies on BOM_GLOBALS

Line 110: g_bom_header_rec.Transaction_Type := BOM_Globals.G_OPR_CREATE;

106: x_rec.common_item_number);
107: ****** end delete ******/
108:
109: -- begin add for wsm
110: g_bom_header_rec.Transaction_Type := BOM_Globals.G_OPR_CREATE;
111: g_bom_header_rec.Assembly_Item_Name := x_assembly_item_name;
112: g_bom_header_rec.Organization_Code := x_organization_code;
113: g_bom_header_rec.Alternate_Bom_Code := x_rec.Alternate_Bom_Designator;
114: g_bom_header_rec.Common_Assembly_Item_Name := null;

Line 307: g_component_tbl(1).Transaction_Type := BOM_Globals.G_OPR_CREATE;

303: x_rec.substitute_comp_id,
304: x_rec.substitute_comp_number,
305: x_process_flag);
306: */
307: g_component_tbl(1).Transaction_Type := BOM_Globals.G_OPR_CREATE;
308: --start defaulting
309: g_component_tbl(1).item_sequence_number := NULL;
310: g_component_tbl(1).Quantity_Related := 2;
311: g_component_tbl(1).Check_Atp := NULL;

Line 502: := BOM_Globals.G_OPR_CREATE;

498:
499: g_subs_component_count := g_subs_component_count + 1;
500:
501: g_subs_comp_tbl(g_subs_component_count).Transaction_Type
502: := BOM_Globals.G_OPR_CREATE;
503: g_subs_comp_tbl(g_subs_component_count).Organization_Code := x_org_code;
504: g_subs_comp_tbl(g_subs_component_count).Assembly_Item_Name
505: := x_co_product_name;
506: g_subs_comp_tbl(g_subs_component_count).Start_Effective_Date

Line 3664: g_bom_header_rec.Transaction_Type := BOM_Globals.G_OPR_UPDATE;

3660: -- prepare the bill header for the business object
3661:
3662: g_bom_header_rec := Bom_Bo_Pub.G_MISS_BOM_HEADER_REC; /* initialize */
3663: -- now populate the header record before calling the API
3664: g_bom_header_rec.Transaction_Type := BOM_Globals.G_OPR_UPDATE;
3665: g_bom_header_rec.Assembly_Item_Name := l_co_product_name;
3666: g_bom_header_rec.Organization_Code := p_organization_code;
3667: /*coproduct enh p2 .45*/
3668: -- g_bom_header_rec.Alternate_Bom_Code := p_alternate_designator;