DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on BOM_ATO_CONFIGURATIONS

Line 1932: delete from bom_ato_configurations where config_item_id =

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

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

1933: p_top_matched_item_id ;
1934:
1935: v_step := 'Step 33 ' ;
1936:
1937: -- insert into my_debug_messages values( ' delete top matched item id from bom_ato_configurations for item ' || to_char( p_top_matched_item_id ) ) ;
1938: 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 ) ) ;
1939:
1940:
1941: end if ;

Line 1938: 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 ) ) ;

1934:
1935: v_step := 'Step 33 ' ;
1936:
1937: -- insert into my_debug_messages values( ' delete top matched item id from bom_ato_configurations for item ' || to_char( p_top_matched_item_id ) ) ;
1938: 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 ) ) ;
1939:
1940:
1941: end if ;
1942: