DBA Data[Home] [Help]

APPS.INVPPROC dependencies on INVPUOPI

Line 166: dumm_status := INVPUOPI.mtl_log_interface_err(

162: FND_MESSAGE.SET_TOKEN ('ITEM_NUMBER', ff.item_number);
163: FND_MESSAGE.SET_TOKEN ('ORGANIZATION', org_name);
164: error_msg := FND_MESSAGE.GET;
165:
166: dumm_status := INVPUOPI.mtl_log_interface_err(
167: ff.organization_id,
168: user_id,
169: login_id,
170: prg_appid,

Line 226: dumm_status := INVPUOPI.mtl_log_interface_err(

222: error_msg := FND_MESSAGE.GET;
223:
224: IF transaction_table.COUNT > 0 THEN
225: FOR j IN transaction_table.FIRST .. transaction_table.LAST LOOP
226: dumm_status := INVPUOPI.mtl_log_interface_err(
227: cr.organization_id,
228: user_id,
229: login_id,
230: prg_appid,

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

1792:
1793: END LOOP;
1794:
1795: /** Need to put in error handling within the loop
1796: ** cannot just put in status := INVPUOPI.mtl_log_interface_err(
1797: cr.organization_id,
1798: user_id,
1799: login_id,
1800: prog_appid,