DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on BOM_SMALL_EXPL_TEMP

Line 41: TYPE bomexporttabtype IS TABLE OF bom_small_expl_temp%ROWTYPE

37: --===================
38: -- GLOBAL VARIABLES
39: --===================
40: -- Table type used to hold exploded BOM
41: TYPE bomexporttabtype IS TABLE OF bom_small_expl_temp%ROWTYPE
42: INDEX BY BINARY_INTEGER;
43:
44: --========================================================================
45: -- PROCEDURE : Export_BOM

Line 211: * This parameter is of type bom_small_expl_temp table

207: * LOW_QUANTITY,HIGH_QUANTITY,SO_BASIS,OPERATION_OFFSET,CURRENT_REVISION,LOCATOR,
208: * ATTRIBUTE1,ATTRIBUTE2,ATTRIBUTE3,ATTRIBUTE4,ATTRIBUTE5,ATTRIBUTE6,ATTRIBUTE7,ATTRIBUTE8
209: * ATTRIBUTE9,ATTRIBUTE10,ATTRIBUTE11,ATTRIBUTE12,ATTRIBUTE13,ATTRIBUTE14,ATTRIBUTE15,ITEM_COST
210: * EXTEND_COST_FLAG
211: * This parameter is of type bom_small_expl_temp table
212: * @param Err_Msg OUT Error Messages
213: * @param Error_Code OUT Error Codes .0 indicates success.
214: * 9998 indicates Bill exceeds the maximum number of levels defined for that organization
215: * You need to reduce the number of levels of the bill, or increase the maximum number of levels

Line 242: -- use value from sequence bom_small_expl_temp_s

238: -- Parameters: org_id organization_id
239: -- order_by 1 - Op seq, item seq
240: -- 2 - Item seq, op seq
241: -- grp_id unique value to identify current explosion
242: -- use value from sequence bom_small_expl_temp_s
243: -- session_id unique value to identify current session
244: -- use value from bom_small_expl_temp_session_s
245: -- levels_to_explode
246: -- bom_or_eng 1 - BOM

Line 244: -- use value from bom_small_expl_temp_session_s

240: -- 2 - Item seq, op seq
241: -- grp_id unique value to identify current explosion
242: -- use value from sequence bom_small_expl_temp_s
243: -- session_id unique value to identify current session
244: -- use value from bom_small_expl_temp_session_s
245: -- levels_to_explode
246: -- bom_or_eng 1 - BOM
247: -- 2 - ENG
248: -- impl_flag 1 - implemented only