DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on CTO_CONFIG_BOM_PK

Line 1430: x_t_dropped_items out NOCOPY CTO_CONFIG_BOM_PK.t_dropped_item_type

1426: x_routing_exists out NOCOPY varchar2,
1427: x_return_status out NOCOPY varchar2,
1428: x_msg_count out NOCOPY number,
1429: x_msg_data out NOCOPY varchar2,
1430: x_t_dropped_items out NOCOPY CTO_CONFIG_BOM_PK.t_dropped_item_type
1431: )
1432: IS
1433: v_step varchar2(20) ;
1434: begin

Line 1463: CTO_CONFIG_BOM_PK.get_dropped_components( x_t_dropped_items ) ; -- Fp bug 5485452

1459:
1460: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,
1461: ':NEW: failed in create_preconfig_item_ml ' || x_msg_data ) ;
1462: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ':NEW: failed in create_preconfig_item_ml at step ' || to_char( x_msg_count) ) ;
1463: CTO_CONFIG_BOM_PK.get_dropped_components( x_t_dropped_items ) ; -- Fp bug 5485452
1464: raise FND_API.G_EXC_ERROR;
1465:
1466: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
1467:

Line 1483: CTO_CONFIG_BOM_PK.get_dropped_components( x_t_dropped_items ) ;

1479: ':NEW: going to call dropped components ' ) ;
1480:
1481: v_step := 'Step 20 ' ;
1482:
1483: CTO_CONFIG_BOM_PK.get_dropped_components( x_t_dropped_items ) ;
1484:
1485:
1486: v_step := 'Step 30 ' ;
1487:

Line 1877: v_dropped_count := CTO_CONFIG_BOM_PK.get_dit_count ;

1873:
1874:
1875:
1876:
1877: v_dropped_count := CTO_CONFIG_BOM_PK.get_dit_count ;
1878:
1879: cto_wip_workflow_api_pk.cto_debug('CTO_PRECONFIG_ITEM_ML' , ' dropped count ' || to_char(v_dropped_count) );
1880:
1881:

Line 1883: cto_config_bom_pk.reset_dropped_components ;

1879: cto_wip_workflow_api_pk.cto_debug('CTO_PRECONFIG_ITEM_ML' , ' dropped count ' || to_char(v_dropped_count) );
1880:
1881:
1882: if( v_dropped_count > 0 ) then
1883: cto_config_bom_pk.reset_dropped_components ;
1884: end if ;
1885:
1886:
1887: v_dropped_count := CTO_CONFIG_BOM_PK.get_dit_count ;

Line 1887: v_dropped_count := CTO_CONFIG_BOM_PK.get_dit_count ;

1883: cto_config_bom_pk.reset_dropped_components ;
1884: end if ;
1885:
1886:
1887: v_dropped_count := CTO_CONFIG_BOM_PK.get_dit_count ;
1888:
1889:
1890: cto_wip_workflow_api_pk.cto_debug('CTO_PRECONFIG_ITEM_ML' , ' dropped count ' || to_char(v_dropped_count) );
1891: