DBA Data[Home] [Help]

APPS.CTO_CONFIG_COST_PK dependencies on CTO_MSG_PUB

Line 1200: l_token CTO_MSG_PUB.token_tbl;

1196: c_primary_cost_method mtl_parameters.primary_cost_method%type ;
1197: c_valuation_cost number;
1198:
1199:
1200: l_token CTO_MSG_PUB.token_tbl;
1201:
1202:
1203:
1204: v_po_validation_org varchar2(2000) ;

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

1315:
1316: exception
1317: when no_data_found then
1318: -- rollback to CTOCST; bug 4177423
1319: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
1320: -- goto endloop; bug 4177423
1321: raise FND_API.G_EXC_ERROR;
1322:
1323: when others then

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

1361: when no_data_found then
1362: IF PG_DEBUG <> 0 THEN
1363: oe_debug_pub.add('Create_Item: ' || ' no_data_found error for cost type id = 7 ',2);
1364: END IF;
1365: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
1366: raise FND_API.G_EXC_ERROR;
1367: when others then
1368:
1369: raise FND_API.G_EXC_UNEXPECTED_ERROR;

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

1402:
1403: exception
1404: when no_data_found then
1405:
1406: cto_msg_pub.cto_message('BOM','CTO_BUY_COST_NOT_FOUND');
1407: raise FND_API.G_EXC_ERROR;
1408:
1409: when others then
1410:

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

1548: oe_debug_pub.add('create_config_item_wf: ' || 'PO Validation Org for Org ' || c_org_id , 1);
1549: END IF;
1550:
1551:
1552: -- cto_msg_pub.cto_message('BOM', l_xmsgdata);
1553:
1554: l_token(1).token_name := 'POV_ORG';
1555:
1556: -- rkaza. 3742393. 08/12/2004.

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

1586:
1587: l_token(3).token_value := v_model_name ;
1588:
1589:
1590: cto_msg_pub.cto_message('BOM', 'CTO_ITEM_NOT_ENABLED_IN_POV', l_token );
1591:
1592: raise FND_API.G_EXC_ERROR;
1593:
1594:

Line 2030: cto_msg_pub.count_and_get

2026:
2027: WHEN CTO_MRP_ASSIGNMENT_SET THEN
2028: oe_debug_pub.add ('populate_buy_cost: ' || 'cost_rollup::mrp assgn set is null'||to_char(lStmtNumber)||sqlerrm, 1);
2029:
2030: cto_msg_pub.count_and_get
2031: ( p_msg_count => x_msg_count
2032: , p_msg_data => x_msg_data
2033: );
2034:

Line 2041: cto_msg_pub.count_and_get

2037:
2038: WHEN FND_API.G_EXC_ERROR THEN
2039: oe_debug_pub.add ('Cost_Roll_Up_ML ' || 'cost_rollup::exp error::'||to_char(lStmtNumber)||sqlerrm, 1);
2040:
2041: cto_msg_pub.count_and_get
2042: ( p_msg_count => x_msg_count
2043: , p_msg_data => x_msg_data
2044: );
2045:

Line 2053: cto_msg_pub.count_and_get

2049:
2050: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2051: oe_debug_pub.add ('Cost_Roll_Up_ML ' || 'cost_rollup::unexp error::'||to_char(lStmtNumber)||sqlerrm, 1);
2052:
2053: cto_msg_pub.count_and_get
2054: ( p_msg_count => x_msg_count
2055: , p_msg_data => x_msg_data
2056: );
2057:

Line 2064: cto_msg_pub.count_and_get

2060:
2061: WHEN OTHERS THEN
2062: oe_debug_pub.add ('Cost_Roll_Up_ML ' || 'cost_rollup::other excpn ::'||to_char(lStmtNumber)||sqlerrm, 1);
2063:
2064: cto_msg_pub.count_and_get
2065: ( p_msg_count => x_msg_count
2066: , p_msg_data => x_msg_data
2067: );
2068:

Line 2215: l_token CTO_MSG_PUB.token_tbl;

2211: */
2212: x_return_status varchar2(200) ;
2213:
2214:
2215: l_token CTO_MSG_PUB.token_tbl;
2216:
2217: v_po_validation_org varchar2(2000) ;
2218: v_org varchar2(2000) ;
2219: v_model_name varchar2(2000) ;

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

2307:
2308: exception
2309: when no_data_found then
2310:
2311: cto_msg_pub.cto_message('BOM','CTO_BUY_COST_NOT_FOUND');
2312: raise FND_API.G_EXC_ERROR;
2313:
2314: when others then
2315:

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

2407: oe_debug_pub.add('create_config_item_wf: ' || 'PO Validation Org for Org ' || c_cost_org_id , 1);
2408: END IF;
2409:
2410:
2411: -- cto_msg_pub.cto_message('BOM', l_xmsgdata);
2412:
2413: l_token(1).token_name := 'POV_ORG';
2414:
2415:

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

2441: l_token(3).token_value := v_model_name ;
2442:
2443:
2444:
2445: cto_msg_pub.cto_message('BOM', 'CTO_ITEM_NOT_ENABLED_IN_POV', l_token );
2446:
2447: raise FND_API.G_EXC_ERROR;
2448:
2449:

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

2627:
2628: exception
2629: when no_data_found then
2630:
2631: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
2632: raise FND_API.G_EXC_ERROR;
2633:
2634: when others then
2635:

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

2678: when no_data_found then
2679: IF PG_DEBUG <> 0 THEN
2680: oe_debug_pub.add('Create_Item: ' || ' no_data_found error for cost type id = 7 ',2);
2681: END IF;
2682: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
2683: raise FND_API.G_EXC_ERROR;
2684: when others then
2685:
2686: raise FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3044: cto_msg_pub.count_and_get

3040:
3041: WHEN CTO_MRP_ASSIGNMENT_SET THEN
3042: oe_debug_pub.add ('Cost_Rollup_ML: ' || 'cost_rollup::mrp assgn set is null'||to_char(lStmtNumber)||sqlerrm, 1);
3043:
3044: cto_msg_pub.count_and_get
3045: ( p_msg_count => x_msg_count
3046: , p_msg_data => x_msg_data
3047: );
3048:

Line 3056: cto_msg_pub.count_and_get

3052:
3053: WHEN FND_API.G_EXC_ERROR THEN
3054: oe_debug_pub.add ('Cost_Rollup_ML: ' || 'cost_rollup::exp error::'||to_char(lStmtNumber)||sqlerrm, 1);
3055:
3056: cto_msg_pub.count_and_get
3057: ( p_msg_count => x_msg_count
3058: , p_msg_data => x_msg_data
3059: );
3060:

Line 3068: cto_msg_pub.count_and_get

3064:
3065: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3066: oe_debug_pub.add ('Cost_Rollup_ML: ' || 'cost_rollup::unexp error::'||to_char(lStmtNumber)||sqlerrm, 1);
3067:
3068: cto_msg_pub.count_and_get
3069: ( p_msg_count => x_msg_count
3070: , p_msg_data => x_msg_data
3071: );
3072: