DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on BOM_ATO_CONFIGURATIONS

Line 1935: delete from bom_ato_configurations where config_item_id =

1931: if( p_top_matched_item_id is not null ) then
1932:
1933:
1934: v_step := 'Step 32 ' ;
1935: delete from bom_ato_configurations where config_item_id =
1936: p_top_matched_item_id ;
1937:
1938: v_step := 'Step 33 ' ;
1939:

Line 1940: -- insert into my_debug_messages values( ' delete top matched item id from bom_ato_configurations for item ' || to_char( p_top_matched_item_id ) ) ;

1936: p_top_matched_item_id ;
1937:
1938: v_step := 'Step 33 ' ;
1939:
1940: -- insert into my_debug_messages values( ' delete top matched item id from bom_ato_configurations for item ' || to_char( p_top_matched_item_id ) ) ;
1941: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' delete top matched item id from bom_ato_configurations for item ' || to_char( p_top_matched_item_id ) ) ;
1942:
1943:
1944: end if ;

Line 1941: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' delete top matched item id from bom_ato_configurations for item ' || to_char( p_top_matched_item_id ) ) ;

1937:
1938: v_step := 'Step 33 ' ;
1939:
1940: -- insert into my_debug_messages values( ' delete top matched item id from bom_ato_configurations for item ' || to_char( p_top_matched_item_id ) ) ;
1941: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' delete top matched item id from bom_ato_configurations for item ' || to_char( p_top_matched_item_id ) ) ;
1942:
1943:
1944: end if ;
1945: