DBA Data[Home] [Help]

APPS.INV_UI_ITEM_ATT_LOVS dependencies on INV_RMA_SERIAL_PVT

Line 52: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE

48: -- File needed for I branch is ARU: 3439979 and 3810978
49: -- GET the SERIAL ENFORCE paramneter from Receiving Options
50: -- IF enforce is YES
51: -- then
52: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE
53: -- to populate the temporary serial table MTL_RMA_SERIAL_TEMP
54: -- Modify the LOV to join with MTL_RMA_SERIAL_TEMP
55: -- Else
56: -- the Existing LOV

Line 80: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(

76: AND OEL.FLOW_STATUS_CODE = 'AWAITING_RETURN'
77: )
78: Loop
79:
80: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(
81: p_api_version => 0.9
82: , p_init_msg_list => FND_API.G_FALSE
83: , p_commit => FND_API.G_FALSE
84: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 3741: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE

3737: -- File needed for I branch is ARU: 3439979 and 3810978
3738: -- GET the SERIAL ENFORCE paramneter from Receiving Options
3739: -- IF enforce is YES
3740: -- then
3741: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE
3742: -- to populate the temporary serial table MTL_RMA_SERIAL_TEMP
3743: -- Modify the LOV to join with MTL_RMA_SERIAL_TEMP
3744: -- Else
3745: -- the Existing LOV

Line 3773: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(

3769: AND OEL.FLOW_STATUS_CODE = 'AWAITING_RETURN'
3770: )
3771: Loop
3772:
3773: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(
3774: p_api_version => 0.9
3775: , p_init_msg_list => FND_API.G_FALSE
3776: , p_commit => FND_API.G_FALSE
3777: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

Line 4005: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE

4001: -- File needed for I branch is ARU: 3439979 and 3810978
4002: -- GET the SERIAL ENFORCE paramneter from Receiving Options
4003: -- IF enforce is YES
4004: -- then
4005: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE
4006: -- to populate the temporary serial table MTL_RMA_SERIAL_TEMP
4007: -- Modify the LOV to join with MTL_RMA_SERIAL_TEMP
4008: -- Else
4009: -- the Existing LOV

Line 4037: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(

4033: AND OEL.FLOW_STATUS_CODE = 'AWAITING_RETURN_DISPOSITION'
4034: )
4035: Loop
4036:
4037: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(
4038: p_api_version => 0.9
4039: , p_init_msg_list => FND_API.G_FALSE
4040: , p_commit => FND_API.G_FALSE
4041: , p_validation_level => FND_API.G_VALID_LEVEL_FULL