DBA Data[Home] [Help]

APPS.BOMPCMBM dependencies on BOM_DELETE_GROUPS_API

Line 480: -- Create delete group records and then call the bom_delete-groups API

476: l_bill_exists := 0; -- Cannot delete as existing bill is not common
477: End if;
478:
479: if (l_bill_exists = 1) then
480: -- Create delete group records and then call the bom_delete-groups API
481: -- that will delete the common bill record.
482:
483: If (((scope = 2 or scope = 3) and (t_org_code_list(I) <> current_org_id))
484: OR (scope = 1)) then

Line 569: Bom_Delete_Groups_Api.Delete_Groups

565: to_number(FND_PROFILE.Value('USER_ID')),
566: SYSDATE,
567: to_number(FND_PROFILE.Value('USER_ID')));
568:
569: Bom_Delete_Groups_Api.Delete_Groups
570: (ERRBUF => ERROR_MSG,
571: RETCODE => RETCOD,
572: delete_group_id => delete_group_id,
573: action_type => 2,