DBA Data[Home] [Help]

APPS.BOM_BILL_API dependencies on BOM_INTERFACE_DELETE_GROUPS

Line 2687: FROM bom_interface_delete_groups

2683: stmt_num := 8;
2684: DECLARE
2685: CURSOR GetBillGroup IS
2686: SELECT delete_group_name, description
2687: FROM bom_interface_delete_groups
2688: WHERE UPPER(entity_name) = G_DeleteEntity;
2689: BEGIN
2690: FOR X_billgroup IN GetBillGroup LOOP
2691: X_bill_group_name := X_billgroup.delete_group_name;