DBA Data[Home] [Help]

APPS.CTO_CONFIG_COST_PK dependencies on CTO_MSG_PUB

Line 1181: l_token CTO_MSG_PUB.token_tbl;

1177: c_primary_cost_method mtl_parameters.primary_cost_method%type ;
1178: c_valuation_cost number;
1179:
1180:
1181: l_token CTO_MSG_PUB.token_tbl;
1182:
1183:
1184:
1185: v_po_validation_org varchar2(2000) ;

Line 1287: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');

1283:
1284: exception
1285: when no_data_found then
1286: -- rollback to CTOCST; bug 4177423
1287: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
1288: -- goto endloop; bug 4177423
1289: raise FND_API.G_EXC_ERROR;
1290:
1291: when others then

Line 1333: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');

1329: when no_data_found then
1330: IF PG_DEBUG <> 0 THEN
1331: oe_debug_pub.add('Create_Item: ' || ' no_data_found error for cost type id = 7 ',2);
1332: END IF;
1333: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
1334: raise FND_API.G_EXC_ERROR;
1335: when others then
1336:
1337: raise FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1374: cto_msg_pub.cto_message('BOM','CTO_BUY_COST_NOT_FOUND');

1370:
1371: exception
1372: when no_data_found then
1373:
1374: cto_msg_pub.cto_message('BOM','CTO_BUY_COST_NOT_FOUND');
1375: raise FND_API.G_EXC_ERROR;
1376:
1377: when others then
1378:

Line 1500: -- cto_msg_pub.cto_message('BOM', l_xmsgdata);

1496: oe_debug_pub.add('create_config_item_wf: ' || 'PO Validation Org for Org ' || c_org_id , 1);
1497: END IF;
1498:
1499:
1500: -- cto_msg_pub.cto_message('BOM', l_xmsgdata);
1501:
1502: l_token(1).token_name := 'POV_ORG';
1503:
1504: -- rkaza. 3742393. 08/12/2004.

Line 1538: cto_msg_pub.cto_message('BOM', 'CTO_ITEM_NOT_ENABLED_IN_POV', l_token );

1534:
1535: l_token(3).token_value := v_model_name ;
1536:
1537:
1538: cto_msg_pub.cto_message('BOM', 'CTO_ITEM_NOT_ENABLED_IN_POV', l_token );
1539:
1540: raise FND_API.G_EXC_ERROR;
1541:
1542:

Line 1909: cto_msg_pub.count_and_get

1905:
1906: WHEN CTO_MRP_ASSIGNMENT_SET THEN
1907: oe_debug_pub.add ('populate_buy_cost: ' || 'cost_rollup::mrp assgn set is null'||to_char(lStmtNumber)||sqlerrm, 1);
1908:
1909: cto_msg_pub.count_and_get
1910: ( p_msg_count => x_msg_count
1911: , p_msg_data => x_msg_data
1912: );
1913:

Line 1920: cto_msg_pub.count_and_get

1916:
1917: WHEN FND_API.G_EXC_ERROR THEN
1918: oe_debug_pub.add ('Cost_Roll_Up_ML ' || 'cost_rollup::exp error::'||to_char(lStmtNumber)||sqlerrm, 1);
1919:
1920: cto_msg_pub.count_and_get
1921: ( p_msg_count => x_msg_count
1922: , p_msg_data => x_msg_data
1923: );
1924:

Line 1932: cto_msg_pub.count_and_get

1928:
1929: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1930: oe_debug_pub.add ('Cost_Roll_Up_ML ' || 'cost_rollup::unexp error::'||to_char(lStmtNumber)||sqlerrm, 1);
1931:
1932: cto_msg_pub.count_and_get
1933: ( p_msg_count => x_msg_count
1934: , p_msg_data => x_msg_data
1935: );
1936:

Line 1943: cto_msg_pub.count_and_get

1939:
1940: WHEN OTHERS THEN
1941: oe_debug_pub.add ('Cost_Roll_Up_ML ' || 'cost_rollup::other excpn ::'||to_char(lStmtNumber)||sqlerrm, 1);
1942:
1943: cto_msg_pub.count_and_get
1944: ( p_msg_count => x_msg_count
1945: , p_msg_data => x_msg_data
1946: );
1947:

Line 2094: l_token CTO_MSG_PUB.token_tbl;

2090: */
2091: x_return_status varchar2(200) ;
2092:
2093:
2094: l_token CTO_MSG_PUB.token_tbl;
2095:
2096: v_po_validation_org varchar2(2000) ;
2097: v_org varchar2(2000) ;
2098: v_model_name varchar2(2000) ;

Line 2186: cto_msg_pub.cto_message('BOM','CTO_BUY_COST_NOT_FOUND');

2182:
2183: exception
2184: when no_data_found then
2185:
2186: cto_msg_pub.cto_message('BOM','CTO_BUY_COST_NOT_FOUND');
2187: raise FND_API.G_EXC_ERROR;
2188:
2189: when others then
2190:

Line 2286: -- cto_msg_pub.cto_message('BOM', l_xmsgdata);

2282: oe_debug_pub.add('create_config_item_wf: ' || 'PO Validation Org for Org ' || c_cost_org_id , 1);
2283: END IF;
2284:
2285:
2286: -- cto_msg_pub.cto_message('BOM', l_xmsgdata);
2287:
2288: l_token(1).token_name := 'POV_ORG';
2289:
2290:

Line 2320: cto_msg_pub.cto_message('BOM', 'CTO_ITEM_NOT_ENABLED_IN_POV', l_token );

2316: l_token(3).token_value := v_model_name ;
2317:
2318:
2319:
2320: cto_msg_pub.cto_message('BOM', 'CTO_ITEM_NOT_ENABLED_IN_POV', l_token );
2321:
2322: raise FND_API.G_EXC_ERROR;
2323:
2324:

Line 2506: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');

2502:
2503: exception
2504: when no_data_found then
2505:
2506: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
2507: raise FND_API.G_EXC_ERROR;
2508:
2509: when others then
2510:

Line 2557: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');

2553: when no_data_found then
2554: IF PG_DEBUG <> 0 THEN
2555: oe_debug_pub.add('Create_Item: ' || ' no_data_found error for cost type id = 7 ',2);
2556: END IF;
2557: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
2558: raise FND_API.G_EXC_ERROR;
2559: when others then
2560:
2561: raise FND_API.G_EXC_UNEXPECTED_ERROR;

Line 2869: cto_msg_pub.count_and_get

2865:
2866: WHEN CTO_MRP_ASSIGNMENT_SET THEN
2867: oe_debug_pub.add ('Cost_Rollup_ML: ' || 'cost_rollup::mrp assgn set is null'||to_char(lStmtNumber)||sqlerrm, 1);
2868:
2869: cto_msg_pub.count_and_get
2870: ( p_msg_count => x_msg_count
2871: , p_msg_data => x_msg_data
2872: );
2873:

Line 2881: cto_msg_pub.count_and_get

2877:
2878: WHEN FND_API.G_EXC_ERROR THEN
2879: oe_debug_pub.add ('Cost_Rollup_ML: ' || 'cost_rollup::exp error::'||to_char(lStmtNumber)||sqlerrm, 1);
2880:
2881: cto_msg_pub.count_and_get
2882: ( p_msg_count => x_msg_count
2883: , p_msg_data => x_msg_data
2884: );
2885:

Line 2893: cto_msg_pub.count_and_get

2889:
2890: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2891: oe_debug_pub.add ('Cost_Rollup_ML: ' || 'cost_rollup::unexp error::'||to_char(lStmtNumber)||sqlerrm, 1);
2892:
2893: cto_msg_pub.count_and_get
2894: ( p_msg_count => x_msg_count
2895: , p_msg_data => x_msg_data
2896: );
2897: