DBA Data[Home] [Help]

APPS.WMS_CYCLE_PVT dependencies on MTL_CCEOI_VAR_PVT

Line 55: l_interface_rec MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE ;

51: l_zero_count_flag NUMBER ; --Bug 5236299
52:
53: /* Bug 7504490 - Added the following variables for Calling the API*/
54: l_api_version_int NUMBER := 0.9;
55: l_interface_rec MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE ;
56: l_interface_id_list MTL_CCEOI_VAR_PVT.INV_CCEOI_ID_TABLE_TYPE ;
57: l_errorcode NUMBER ;
58: l_count NUMBER := 0; --Bug 9874049
59:

Line 56: l_interface_id_list MTL_CCEOI_VAR_PVT.INV_CCEOI_ID_TABLE_TYPE ;

52:
53: /* Bug 7504490 - Added the following variables for Calling the API*/
54: l_api_version_int NUMBER := 0.9;
55: l_interface_rec MTL_CCEOI_VAR_PVT.INV_CCEOI_TYPE ;
56: l_interface_id_list MTL_CCEOI_VAR_PVT.INV_CCEOI_ID_TABLE_TYPE ;
57: l_errorcode NUMBER ;
58: l_count NUMBER := 0; --Bug 9874049
59:
60: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);

Line 249: l_interface_rec.last_updated_by := MTL_CCEOI_VAR_PVT.G_UserID;

245: print_debug('Initializing the fields for the record');
246: END IF;
247:
248: l_interface_rec.last_update_date := SYSDATE;
249: l_interface_rec.last_updated_by := MTL_CCEOI_VAR_PVT.G_UserID;
250: l_interface_rec.creation_date := SYSDATE;
251: l_interface_rec.created_by := MTL_CCEOI_VAR_PVT.G_UserID;
252: l_interface_rec.process_mode := 1 ;
253: l_interface_rec.action_code := mtl_cceoi_var_pvt.G_CREATE ;

Line 251: l_interface_rec.created_by := MTL_CCEOI_VAR_PVT.G_UserID;

247:
248: l_interface_rec.last_update_date := SYSDATE;
249: l_interface_rec.last_updated_by := MTL_CCEOI_VAR_PVT.G_UserID;
250: l_interface_rec.creation_date := SYSDATE;
251: l_interface_rec.created_by := MTL_CCEOI_VAR_PVT.G_UserID;
252: l_interface_rec.process_mode := 1 ;
253: l_interface_rec.action_code := mtl_cceoi_var_pvt.G_CREATE ;
254: l_interface_rec.cycle_count_header_id := l_cycle_count_header_id ;
255: l_interface_rec.organization_id := p_organization_id ;

Line 253: l_interface_rec.action_code := mtl_cceoi_var_pvt.G_CREATE ;

249: l_interface_rec.last_updated_by := MTL_CCEOI_VAR_PVT.G_UserID;
250: l_interface_rec.creation_date := SYSDATE;
251: l_interface_rec.created_by := MTL_CCEOI_VAR_PVT.G_UserID;
252: l_interface_rec.process_mode := 1 ;
253: l_interface_rec.action_code := mtl_cceoi_var_pvt.G_CREATE ;
254: l_interface_rec.cycle_count_header_id := l_cycle_count_header_id ;
255: l_interface_rec.organization_id := p_organization_id ;
256: l_interface_rec.parent_lpn_id := p_lpn_id ;
257: l_interface_rec.inventory_item_id := p_inventory_item_id;