DBA Data[Home] [Help]

APPS.INVPPROC dependencies on INVPUOPI

Line 203: dumm_status := INVPUOPI.mtl_log_interface_err(

199: FND_MESSAGE.SET_TOKEN ('ITEM_NUMBER', ff.item_number);
200: FND_MESSAGE.SET_TOKEN ('ORGANIZATION', org_name);
201: error_msg := FND_MESSAGE.GET;
202:
203: dumm_status := INVPUOPI.mtl_log_interface_err(
204: ff.organization_id,
205: user_id,
206: login_id,
207: prg_appid,

Line 263: dumm_status := INVPUOPI.mtl_log_interface_err(

259: error_msg := FND_MESSAGE.GET;
260:
261: IF transaction_table.COUNT > 0 THEN
262: FOR j IN transaction_table.FIRST .. transaction_table.LAST LOOP
263: dumm_status := INVPUOPI.mtl_log_interface_err(
264: cr.organization_id,
265: user_id,
266: login_id,
267: prg_appid,

Line 1882: ** cannot just put in status := INVPUOPI.mtl_log_interface_err(

1878:
1879: END LOOP;
1880:
1881: /** Need to put in error handling within the loop
1882: ** cannot just put in status := INVPUOPI.mtl_log_interface_err(
1883: cr.organization_id,
1884: user_id,
1885: login_id,
1886: prog_appid,