DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on BOM_PARAMETERS

Line 1047: from BOM_PARAMETERS BP

1043: IF config_flag = 'Y' THEN
1044: BEGIN
1045: select BP.BOM_DELETE_STATUS_CODE
1046: into delete_status
1047: from BOM_PARAMETERS BP
1048: where BP.ORGANIZATION_ID = p_organization_id;
1049: stmt_num := 3;
1050:
1051: IF item_status = delete_status THEN