DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on CTO_CONFIG_ITEM_PK

Line 1614: lStatus := CTO_CONFIG_ITEM_PK.create_item(

1610: ) then
1611:
1612: oe_debug_pub.add('Create_All_Items: Handle Item Creation for Type 1 , 2 , Preconfig or no match/reuse ' , 1 ) ;
1613:
1614: lStatus := CTO_CONFIG_ITEM_PK.create_item(
1615: pModelId => v_model_lines.inventory_item_id,
1616: pLineId => v_model_lines.line_id,
1617: pConfigId => lxConfigId,
1618: xMsgCount => xMsgCount,

Line 1939: lStatus := CTO_CONFIG_ITEM_PK.create_item(

1935: elsif ( lXConfigId is not null and nvl(v_model_lines.config_creation, 1) = 3 and v_perform_match = 'N' ) then
1936:
1937: oe_debug_pub.add('Create_All_Items: Handle Item Creation for Type 3 reuse ' , 1 ) ;
1938:
1939: lStatus := CTO_CONFIG_ITEM_PK.create_item(
1940: pModelId => v_model_lines.inventory_item_id,
1941: pLineId => v_model_lines.line_id,
1942: pConfigId => lxConfigId,
1943: xMsgCount => xMsgCount,

Line 2048: CTO_CONFIG_ITEM_PK.g_wt_tbl.delete;

2044:
2045: END LOOP; /* config creation loop for each model line */
2046:
2047: --Bugfix 9223554: Clear the global collection g_wt_tbl and g_vol_tbl
2048: CTO_CONFIG_ITEM_PK.g_wt_tbl.delete;
2049: CTO_CONFIG_ITEM_PK.g_vol_tbl.delete;
2050: IF PG_DEBUG <> 0 THEN
2051: oe_debug_pub.add('Count Wt:' || CTO_CONFIG_ITEM_PK.g_wt_tbl.count ||
2052: 'Count Vol:' || CTO_CONFIG_ITEM_PK.g_vol_tbl.count, 1);

Line 2049: CTO_CONFIG_ITEM_PK.g_vol_tbl.delete;

2045: END LOOP; /* config creation loop for each model line */
2046:
2047: --Bugfix 9223554: Clear the global collection g_wt_tbl and g_vol_tbl
2048: CTO_CONFIG_ITEM_PK.g_wt_tbl.delete;
2049: CTO_CONFIG_ITEM_PK.g_vol_tbl.delete;
2050: IF PG_DEBUG <> 0 THEN
2051: oe_debug_pub.add('Count Wt:' || CTO_CONFIG_ITEM_PK.g_wt_tbl.count ||
2052: 'Count Vol:' || CTO_CONFIG_ITEM_PK.g_vol_tbl.count, 1);
2053: END IF;

Line 2051: oe_debug_pub.add('Count Wt:' || CTO_CONFIG_ITEM_PK.g_wt_tbl.count ||

2047: --Bugfix 9223554: Clear the global collection g_wt_tbl and g_vol_tbl
2048: CTO_CONFIG_ITEM_PK.g_wt_tbl.delete;
2049: CTO_CONFIG_ITEM_PK.g_vol_tbl.delete;
2050: IF PG_DEBUG <> 0 THEN
2051: oe_debug_pub.add('Count Wt:' || CTO_CONFIG_ITEM_PK.g_wt_tbl.count ||
2052: 'Count Vol:' || CTO_CONFIG_ITEM_PK.g_vol_tbl.count, 1);
2053: END IF;
2054:
2055: return(1);

Line 2052: 'Count Vol:' || CTO_CONFIG_ITEM_PK.g_vol_tbl.count, 1);

2048: CTO_CONFIG_ITEM_PK.g_wt_tbl.delete;
2049: CTO_CONFIG_ITEM_PK.g_vol_tbl.delete;
2050: IF PG_DEBUG <> 0 THEN
2051: oe_debug_pub.add('Count Wt:' || CTO_CONFIG_ITEM_PK.g_wt_tbl.count ||
2052: 'Count Vol:' || CTO_CONFIG_ITEM_PK.g_vol_tbl.count, 1);
2053: END IF;
2054:
2055: return(1);
2056: