DBA Data[Home] [Help]

APPS.INV_UI_ITEM_ATT_LOVS dependencies on INV_RMA_SERIAL_PVT

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

62: -- File needed for I branch is ARU: 3439979 and 3810978
63: -- GET the SERIAL ENFORCE paramneter from Receiving Options
64: -- IF enforce is YES
65: -- then
66: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE
67: -- to populate the temporary serial table MTL_RMA_SERIAL_TEMP
68: -- Modify the LOV to join with MTL_RMA_SERIAL_TEMP
69: -- Else
70: -- the Existing LOV

Line 94: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(

90: AND OEL.FLOW_STATUS_CODE = 'AWAITING_RETURN'
91: )
92: Loop
93:
94: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(
95: p_api_version => 0.9
96: , p_init_msg_list => FND_API.G_FALSE
97: , p_commit => FND_API.G_FALSE
98: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

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

3826: -- File needed for I branch is ARU: 3439979 and 3810978
3827: -- GET the SERIAL ENFORCE paramneter from Receiving Options
3828: -- IF enforce is YES
3829: -- then
3830: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE
3831: -- to populate the temporary serial table MTL_RMA_SERIAL_TEMP
3832: -- Modify the LOV to join with MTL_RMA_SERIAL_TEMP
3833: -- Else
3834: -- the Existing LOV

Line 3862: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(

3858: AND OEL.FLOW_STATUS_CODE = 'AWAITING_RETURN'
3859: )
3860: Loop
3861:
3862: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(
3863: p_api_version => 0.9
3864: , p_init_msg_list => FND_API.G_FALSE
3865: , p_commit => FND_API.G_FALSE
3866: , p_validation_level => FND_API.G_VALID_LEVEL_FULL

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

4090: -- File needed for I branch is ARU: 3439979 and 3810978
4091: -- GET the SERIAL ENFORCE paramneter from Receiving Options
4092: -- IF enforce is YES
4093: -- then
4094: -- For all Order lines matching with the ITEM call INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE
4095: -- to populate the temporary serial table MTL_RMA_SERIAL_TEMP
4096: -- Modify the LOV to join with MTL_RMA_SERIAL_TEMP
4097: -- Else
4098: -- the Existing LOV

Line 4126: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(

4122: AND OEL.FLOW_STATUS_CODE = 'AWAITING_RETURN_DISPOSITION'
4123: )
4124: Loop
4125:
4126: INV_RMA_SERIAL_PVT.POPULATE_TEMP_TABLE(
4127: p_api_version => 0.9
4128: , p_init_msg_list => FND_API.G_FALSE
4129: , p_commit => FND_API.G_FALSE
4130: , p_validation_level => FND_API.G_VALID_LEVEL_FULL