DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on BOM_PARAMETERS

Line 1042: from BOM_PARAMETERS BP

1038: IF config_flag = 'Y' THEN
1039: BEGIN
1040: select BP.BOM_DELETE_STATUS_CODE
1041: into delete_status
1042: from BOM_PARAMETERS BP
1043: where BP.ORGANIZATION_ID = p_organization_id;
1044: stmt_num := 3;
1045:
1046: IF item_status = delete_status THEN