DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on BOM_DELETE_ENTITY

Line 267: Added a call to Package BOM_DELETE_ENTITY.insert_common_bills

263:
264: stmt_num :=2;
265:
266: /*
267: Added a call to Package BOM_DELETE_ENTITY.insert_common_bills
268: This inserts the common Bill entities for the current org, or all Orgs
269: or Org Hierarchy depending on the option chosen on the Delete Groups
270: Form
271: */

Line 272: bom_delete_entity.insert_common_bills(delete_group_id,delete_type);

268: This inserts the common Bill entities for the current org, or all Orgs
269: or Org Hierarchy depending on the option chosen on the Delete Groups
270: Form
271: */
272: bom_delete_entity.insert_common_bills(delete_group_id,delete_type);
273:
274:
275:
276: stmt_num :=3;

Line 290: Added a call to Package BOM_DELETE_ENTITY.insert_original_bills

286:
287: stmt_num :=4;
288:
289: /*
290: Added a call to Package BOM_DELETE_ENTITY.insert_original_bills
291: This inserts original Bill entities for the all Orgs
292: or Org Hierarchy depending on the option chosen on the Delete Groups Form
293:
294: */

Line 295: bom_delete_entity.insert_original_bills(delete_group_id,delete_type);

291: This inserts original Bill entities for the all Orgs
292: or Org Hierarchy depending on the option chosen on the Delete Groups Form
293:
294: */
295: bom_delete_entity.insert_original_bills(delete_group_id,delete_type);
296:
297:
298: stmt_num :=5;
299: