DBA Data[Home] [Help]

APPS.CSTPCINT dependencies on CST_INTERFACE_ERRORS

Line 197: INSERT into cst_interface_errors (

193:
194: /*
195: * CHECK RESOURCE_ID
196: */
197: INSERT into cst_interface_errors (
198: inventory_item,
199: entity_code,
200: error_type,
201: group_id

Line 227: insert into cst_interface_errors (

223: AND CICDI.ACTIVITY IS NOT NULL;
224:
225: rows_found := rows_found + SQL%ROWCOUNT;
226:
227: insert into cst_interface_errors (
228: inventory_item,
229: entity_code,
230: error_type,
231: group_id

Line 245: INSERT into cst_interface_errors (

241: and (cicdi.cost_element_id = 2 and cicdi.level_type = 1);
242:
243: rows_found := rows_found + SQL%ROWCOUNT;
244:
245: INSERT into cst_interface_errors (
246: inventory_item,
247: entity_code,
248: error_type,
249: group_id

Line 273: INSERT into cst_interface_errors (

269: AND CICDI.BASIS_RESOURCE_CODE IS NOT NULL;
270:
271: rows_found := rows_found + SQL%ROWCOUNT;
272:
273: INSERT into cst_interface_errors (
274: inventory_item,
275: entity_code,
276: error_type,
277: group_id