DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on CTO_CONFIG_BOM_PK

Line 1427: x_t_dropped_items out NOCOPY CTO_CONFIG_BOM_PK.t_dropped_item_type

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

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

1456:
1457: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,
1458: ':NEW: failed in create_preconfig_item_ml ' || x_msg_data ) ;
1459: 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) ) ;
1460: CTO_CONFIG_BOM_PK.get_dropped_components( x_t_dropped_items ) ; -- Fp bug 5485452
1461: raise FND_API.G_EXC_ERROR;
1462:
1463: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
1464:

Line 1480: CTO_CONFIG_BOM_PK.get_dropped_components( x_t_dropped_items ) ;

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

Line 1874: v_dropped_count := CTO_CONFIG_BOM_PK.get_dit_count ;

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

Line 1880: cto_config_bom_pk.reset_dropped_components ;

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

Line 1884: v_dropped_count := CTO_CONFIG_BOM_PK.get_dit_count ;

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