DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on FND_API

Line 1242: raise FND_API.G_EXC_ERROR;

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

Line 1452: if x_return_status = FND_API.G_RET_STS_ERROR then

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

Line 1461: raise FND_API.G_EXC_ERROR;

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

Line 1463: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then

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

Line 1468: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

Line 1489: when FND_API.G_EXC_ERROR then

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

Line 1495: x_return_status := FND_API.G_RET_STS_ERROR;

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

Line 1506: when FND_API.G_EXC_UNEXPECTED_ERROR then

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

Line 1510: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

Line 1522: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

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

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

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

Line 1697: RAISE FND_API.G_EXC_ERROR;

1693:
1694: if( x_return_status = FND_API.G_RET_STS_ERROR ) then
1695:
1696:
1697: RAISE FND_API.G_EXC_ERROR;
1698:
1699:
1700: elsif( x_return_status = FND_API.G_RET_STS_UNEXP_ERROR ) then
1701: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;

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

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

Line 1701: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;

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

Line 1826: raise FND_API.G_EXC_ERROR;

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

Line 1867: raise fnd_api.g_exc_unexpected_error ;

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

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

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

Line 1912: RAISE FND_API.G_EXC_ERROR ;

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

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

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

Line 1914: RAISE FND_API.G_EXC_UNEXPECTED_ERROR ;

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

Line 1988: raise fnd_api.g_exc_unexpected_error;

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

Line 2103: x_return_status := FND_API.G_RET_STS_ERROR;

2099: exception
2100:
2101: when MATCHED_ITEM_BOM_NOT_FOUND then
2102:
2103: x_return_status := FND_API.G_RET_STS_ERROR;
2104: x_msg_data := 'CTO_MATCHED_BOM_NOT_FOUND' ;
2105:
2106: CTO_MSG_PUB.Count_And_Get
2107: (p_msg_count => x_msg_count

Line 2115: when FND_API.G_EXC_ERROR then

2111:
2112:
2113:
2114:
2115: when FND_API.G_EXC_ERROR then
2116: -- insert into my_debug_messages values ( ' came into expected exception create_preconfig_item_ml at step ' || v_step ) ;
2117: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into expected exception create_preconfig_item_ml at step ' || v_step ) ;
2118:
2119: 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 2123: x_return_status := FND_API.G_RET_STS_ERROR;

2119: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into expected exception create_preconfig_item_ml at step ' || x_msg_data ) ;
2120: 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) ) ;
2121:
2122:
2123: x_return_status := FND_API.G_RET_STS_ERROR;
2124:
2125: CTO_MSG_PUB.Count_And_Get
2126: (p_msg_count => x_msg_count
2127: ,p_msg_data => x_msg_data

Line 2137: when FND_API.G_EXC_UNEXPECTED_ERROR then

2133:
2134:
2135: -- x_msg_data := FND_MESSAGE.GET ;
2136:
2137: when FND_API.G_EXC_UNEXPECTED_ERROR then
2138: -- insert into my_debug_messages values ( ' came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
2139: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
2140:
2141: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2141: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

Line 2153: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

2149: when OTHERS then
2150: -- insert into my_debug_messages values ( ' came into others exception create_preconfig_item_ml at step ' || v_step ) ;
2151: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into others exception create_preconfig_item_ml at step ' || v_step ) ;
2152:
2153: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2154:
2155:
2156: CTO_MSG_PUB.Count_And_Get
2157: (p_msg_count => x_msg_count