DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on FND_API

Line 1245: raise FND_API.G_EXC_ERROR;

1241:
1242: x_message := 'CTO_INVALID_MODEL_SETUP' ;
1243:
1244: cto_msg_pub.cto_message('BOM','CTO_INVALID_MODEL_SETUP');
1245: raise FND_API.G_EXC_ERROR;
1246:
1247: end if;
1248:
1249: end if ;

Line 1455: if x_return_status = FND_API.G_RET_STS_ERROR then

1451: v_step := 'Step 10 ' ;
1452:
1453:
1454:
1455: if x_return_status = FND_API.G_RET_STS_ERROR then
1456:
1457: oe_debug_pub.add ('Create_Preconfig_Item_ML:New: ' ||
1458: 'Failed in create_preconfig_item_ml with expected error.', 1);
1459:

Line 1464: raise FND_API.G_EXC_ERROR;

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:
1468: oe_debug_pub.add ('Create_Preconfig_Item_ML:New: ' ||

Line 1466: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then

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:
1468: oe_debug_pub.add ('Create_Preconfig_Item_ML:New: ' ||
1469: 'Failed in create_preconfig_item_ml with unexpected error.', 1);
1470:

Line 1471: raise FND_API.G_EXC_UNEXPECTED_ERROR;

1467:
1468: oe_debug_pub.add ('Create_Preconfig_Item_ML:New: ' ||
1469: 'Failed in create_preconfig_item_ml with unexpected error.', 1);
1470:
1471: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1472: end if;
1473:
1474:
1475:

Line 1492: when FND_API.G_EXC_ERROR then

1488: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,
1489: ':NEW: done dropped components ' ) ;
1490:
1491: exception
1492: when FND_API.G_EXC_ERROR then
1493: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,
1494: ':NEW: came into expected exception create_preconfig_item_ml at step ' || v_step ) ;
1495:
1496: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,

Line 1498: x_return_status := FND_API.G_RET_STS_ERROR;

1494: ':NEW: came into expected exception create_preconfig_item_ml at step ' || v_step ) ;
1495:
1496: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,
1497: ':NEW: came into expected exception create_preconfig_item_ml at step ' || x_msg_data ) ;
1498: x_return_status := FND_API.G_RET_STS_ERROR;
1499:
1500: CTO_MSG_PUB.Count_And_Get
1501: (p_msg_count => x_msg_count
1502: ,p_msg_data => x_msg_data

Line 1509: when FND_API.G_EXC_UNEXPECTED_ERROR then

1505:
1506:
1507:
1508:
1509: when FND_API.G_EXC_UNEXPECTED_ERROR then
1510: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,
1511: ':NEW: came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
1512:
1513: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 1513: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

1509: when FND_API.G_EXC_UNEXPECTED_ERROR then
1510: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,
1511: ':NEW: came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
1512:
1513: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1514:
1515: CTO_MSG_PUB.Count_And_Get
1516: (p_msg_count => x_msg_count
1517: ,p_msg_data => x_msg_data

Line 1525: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

1521: when OTHERS then
1522: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' ,
1523: ':NEW: came into others exception create_preconfig_item_ml at step ' || v_step ) ;
1524:
1525: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1526:
1527:
1528: CTO_MSG_PUB.Count_And_Get
1529: (p_msg_count => x_msg_count

Line 1697: if( x_return_status = FND_API.G_RET_STS_ERROR ) then

1693: FND_MESSAGE.parse_encoded( x_msg_data, v_appl_name, v_error_name ) ;
1694:
1695: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML ' , v_appl_name || ' err ' || v_error_name ) ;
1696:
1697: if( x_return_status = FND_API.G_RET_STS_ERROR ) then
1698:
1699:
1700: RAISE FND_API.G_EXC_ERROR;
1701:

Line 1700: RAISE FND_API.G_EXC_ERROR;

1696:
1697: if( x_return_status = FND_API.G_RET_STS_ERROR ) then
1698:
1699:
1700: RAISE FND_API.G_EXC_ERROR;
1701:
1702:
1703: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
1704: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;

Line 1703: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then

1699:
1700: RAISE FND_API.G_EXC_ERROR;
1701:
1702:
1703: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
1704: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1705: end if ;
1706:
1707:

Line 1704: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;

1700: RAISE FND_API.G_EXC_ERROR;
1701:
1702:
1703: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
1704: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1705: end if ;
1706:
1707:
1708: -- insert into my_debug_messages values ( ' returned from populate_src_orgs ') ;

Line 1829: raise FND_API.G_EXC_ERROR;

1825: x_msg_data := xMsgData ;
1826:
1827: -- cto_msg_pub.cto_message('BOM','CTO_CREATE_ITEM_ERROR');
1828:
1829: raise FND_API.G_EXC_ERROR;
1830:
1831: end if;
1832:
1833:

Line 1870: raise fnd_api.g_exc_unexpected_error ;

1866:
1867: cto_wip_workflow_api_pk.cto_debug( 'CREATE_PRECONFIG_ITEM_ML' ,
1868: ' error in checking if routing exists ') ;
1869:
1870: raise fnd_api.g_exc_unexpected_error ;
1871: end ;
1872:
1873:
1874:

Line 1914: if( x_return_status = FND_API.G_RET_STS_ERROR ) then

1910: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' error message ' || x_msg_data ) ;
1911:
1912: v_step := 'Step 22 ' ;
1913:
1914: if( x_return_status = FND_API.G_RET_STS_ERROR ) then
1915: RAISE FND_API.G_EXC_ERROR ;
1916: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
1917: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1918: end if ;

Line 1915: RAISE FND_API.G_EXC_ERROR ;

1911:
1912: v_step := 'Step 22 ' ;
1913:
1914: if( x_return_status = FND_API.G_RET_STS_ERROR ) then
1915: RAISE FND_API.G_EXC_ERROR ;
1916: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
1917: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1918: end if ;
1919:

Line 1916: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then

1912: v_step := 'Step 22 ' ;
1913:
1914: if( x_return_status = FND_API.G_RET_STS_ERROR ) then
1915: RAISE FND_API.G_EXC_ERROR ;
1916: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
1917: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1918: end if ;
1919:
1920: -- insert into my_debug_messages values ( ' returned from create_all_boms_and_routings ') ;

Line 1917: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;

1913:
1914: if( x_return_status = FND_API.G_RET_STS_ERROR ) then
1915: RAISE FND_API.G_EXC_ERROR ;
1916: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
1917: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;
1918: end if ;
1919:
1920: -- insert into my_debug_messages values ( ' returned from create_all_boms_and_routings ') ;
1921: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' returned from create_all_boms_and_routings ') ;

Line 1991: raise fnd_api.g_exc_unexpected_error;

1987:
1988:
1989: v_step := 'Step 40 ' ;
1990:
1991: raise fnd_api.g_exc_unexpected_error;
1992:
1993: end if; -- end lStatus <> 1
1994:
1995:

Line 2108: x_return_status := FND_API.G_RET_STS_ERROR;

2104: exception
2105:
2106: when MATCHED_ITEM_BOM_NOT_FOUND then
2107:
2108: x_return_status := FND_API.G_RET_STS_ERROR;
2109: x_msg_data := 'CTO_MATCHED_BOM_NOT_FOUND' ;
2110:
2111: CTO_MSG_PUB.Count_And_Get
2112: (p_msg_count => x_msg_count

Line 2120: when FND_API.G_EXC_ERROR then

2116:
2117:
2118:
2119:
2120: when FND_API.G_EXC_ERROR then
2121: -- insert into my_debug_messages values ( ' came into expected exception create_preconfig_item_ml at step ' || v_step ) ;
2122: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into expected exception create_preconfig_item_ml at step ' || v_step ) ;
2123:
2124: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into expected exception create_preconfig_item_ml at step ' || x_msg_data ) ;

Line 2128: x_return_status := FND_API.G_RET_STS_ERROR;

2124: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into expected exception create_preconfig_item_ml at step ' || x_msg_data ) ;
2125: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into expected exception create_preconfig_item_ml at step ' || to_char( x_msg_count) ) ;
2126:
2127:
2128: x_return_status := FND_API.G_RET_STS_ERROR;
2129:
2130: CTO_MSG_PUB.Count_And_Get
2131: (p_msg_count => x_msg_count
2132: ,p_msg_data => x_msg_data

Line 2142: when FND_API.G_EXC_UNEXPECTED_ERROR then

2138:
2139:
2140: -- x_msg_data := FND_MESSAGE.GET ;
2141:
2142: when FND_API.G_EXC_UNEXPECTED_ERROR then
2143: -- insert into my_debug_messages values ( ' came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
2144: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
2145:
2146: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2146: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

2142: when FND_API.G_EXC_UNEXPECTED_ERROR then
2143: -- insert into my_debug_messages values ( ' came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
2144: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
2145:
2146: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2147:
2148: CTO_MSG_PUB.Count_And_Get
2149: (p_msg_count => x_msg_count
2150: ,p_msg_data => x_msg_data

Line 2158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

2154: when OTHERS then
2155: -- insert into my_debug_messages values ( ' came into others exception create_preconfig_item_ml at step ' || v_step ) ;
2156: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into others exception create_preconfig_item_ml at step ' || v_step ) ;
2157:
2158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2159:
2160:
2161: CTO_MSG_PUB.Count_And_Get
2162: (p_msg_count => x_msg_count