DBA Data[Home] [Help]

APPS.INV_SHORTCHECKPROCESSTRX_PVT dependencies on INV_SHORTCHECKEXEC_PVT

Line 96: INV_ShortCheckExec_PVT.ExecCheck (

92: OPEN L_LastTrx_csr ( L_SelectTrx_rec.inventory_item_id,
93: L_SelectTrx_rec.organization_id );
94: FETCH L_LastTrx_csr INTO L_LastTrx_rec;
95: -- Call the shortage check procedure
96: INV_ShortCheckExec_PVT.ExecCheck (
97: p_api_version => 1.0,
98: p_init_msg_list => FND_API.G_TRUE,
99: p_commit => FND_API.G_TRUE,
100: x_return_status => L_return_status,

Line 125: INV_ShortCheckExec_PVT.SendNotifications (

121: --
122: -- Else call send notifications proc if shortage has been detected
123: ELSE
124: IF L_check_result = FND_API.G_TRUE THEN
125: INV_ShortCheckExec_PVT.SendNotifications (
126: p_api_version => 1.0,
127: p_init_msg_list => FND_API.G_TRUE,
128: p_commit => FND_API.G_TRUE,
129: x_return_status => L_return_status,

Line 162: INV_ShortCheckExec_PVT.PurgeTempTable (

158: END IF;
159: END IF;
160: --
161: -- Purge the rows from the temp table (if there are any)
162: INV_ShortCheckExec_PVT.PurgeTempTable (
163: p_api_version => 1.0,
164: p_init_msg_list => FND_API.G_TRUE,
165: p_commit => FND_API.G_TRUE,
166: x_return_status => L_return_status,

Line 187: INV_ShortCheckExec_PVT.PurgeTempTable (

183: FND_FILE.PUT_LINE(FND_FILE.LOG,ERRBUF);
184: RETCODE := 1;
185: --
186: -- and purge the rows from the temp table (if there are any)
187: INV_ShortCheckExec_PVT.PurgeTempTable (
188: p_api_version => 1.0,
189: p_init_msg_list => FND_API.G_TRUE,
190: p_commit => FND_API.G_TRUE,
191: x_return_status => L_return_status,