DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on CTO_MSG_PUB

Line 250: cto_msg_pub.count_and_get

246:
247:
248:
249: -- Get message count and data
250: cto_msg_pub.count_and_get
251: ( p_msg_count => xMsgCount
252: , p_msg_data => xMsgData
253: );
254:

Line 262: cto_msg_pub.count_and_get

258: WHEN fnd_api.g_exc_error THEN
259: xReturnStatus := fnd_api.g_ret_sts_error;
260: -- Get message count and data
261: if( xMsgData is null ) then
262: cto_msg_pub.count_and_get
263: ( p_msg_count => xMsgCount
264: , p_msg_data => xMsgData
265: );
266: end if ;

Line 275: cto_msg_pub.count_and_get

271:
272: WHEN fnd_api.g_exc_unexpected_error THEN
273: xReturnStatus := fnd_api.g_ret_sts_unexp_error ;
274: -- Get message count and data
275: cto_msg_pub.count_and_get
276: ( p_msg_count => xMsgCount
277: , p_msg_data => xMsgData
278: );
279:

Line 286: cto_msg_pub.count_and_get

282: oe_debug_pub.add('create_all_boms_and_routings: ' || 'create_all_boms_and_routings::others::'||'::'||sqlerrm, 1);
283: END IF;
284: xReturnStatus := fnd_api.g_ret_sts_unexp_error;
285: -- Get message count and data
286: cto_msg_pub.count_and_get
287: ( p_msg_count => xMsgCount
288: , p_msg_data => xMsgData
289: );
290:

Line 452: l_token CTO_MSG_PUB.token_tbl;

448: l_config_item varchar2(50);
449: l_model varchar2(50);
450: -- l_missed_line_number varchar2(50);
451: v_order_number number := 0;
452: l_token CTO_MSG_PUB.token_tbl;
453: l_token1 CTO_MSG_PUB.token_tbl;
454: lcreate_item number;
455: lorg_code varchar2(3);
456:

Line 453: l_token1 CTO_MSG_PUB.token_tbl;

449: l_model varchar2(50);
450: -- l_missed_line_number varchar2(50);
451: v_order_number number := 0;
452: l_token CTO_MSG_PUB.token_tbl;
453: l_token1 CTO_MSG_PUB.token_tbl;
454: lcreate_item number;
455: lorg_code varchar2(3);
456:
457:

Line 986: cto_msg_pub.cto_message('BOM','CTO_DROP_ITEM_FROM_CONFIG',l_token);

982: l_token(4).token_value := l_model;
983: l_token(5).token_name := 'ORDER_NUMBER';
984: l_token(5).token_value := l_order_number;
985:
986: cto_msg_pub.cto_message('BOM','CTO_DROP_ITEM_FROM_CONFIG',l_token);
987: */
988: else
989: IF PG_DEBUG <> 0 THEN
990: oe_debug_pub.add ('Warning: The configured item was not created because component '||v_missed_item

Line 1012: cto_msg_pub.cto_message('BOM','CTO_DO_NOT_CREATE_ITEM',l_token);

1008: l_token(4).token_value := l_model;
1009: l_token(5).token_name := 'ORDER_NUMBER';
1010: l_token(5).token_value := l_order_number;
1011:
1012: cto_msg_pub.cto_message('BOM','CTO_DO_NOT_CREATE_ITEM',l_token);
1013: */
1014:
1015: end if;
1016: -- end new message fix 2986192

Line 1060: cto_msg_pub.cto_message('BOM','CTO_MODEL_LINE_EXCPN_HOLD');

1056:
1057: cto_utility_pk.apply_create_config_hold( l_ato_line_id, l_header_id, xReturnStatus, xMsgCount, xMsgData ) ;
1058:
1059: -- pop up message that model is put on hold.
1060: cto_msg_pub.cto_message('BOM','CTO_MODEL_LINE_EXCPN_HOLD');
1061:
1062: raise fnd_api.g_exc_error;
1063:
1064: end if;

Line 1307: cto_msg_pub.cto_message('BOM','CTO_DROP_ITEM_FROM_CONFIG',l_token);

1303: l_token(3).token_name := 'CONFIG_NAME';
1304: l_token(3).token_value := v_problem_config;
1305: l_token(4).token_name := 'ERROR_MESSAGE';
1306: l_token(4).token_value := v_ac_message_string ;
1307: cto_msg_pub.cto_message('BOM','CTO_DROP_ITEM_FROM_CONFIG',l_token);
1308:
1309:
1310: else
1311:

Line 1436: cto_msg_pub.cto_message('BOM','CTO_DO_NOT_CREATE_ITEM',l_token);

1432: l_token(3).token_value := v_error_org;
1433: l_token(4).token_name := 'ERROR_MESSAGE';
1434: l_token(4).token_value := v_ac_message_string ;
1435:
1436: cto_msg_pub.cto_message('BOM','CTO_DO_NOT_CREATE_ITEM',l_token);
1437:
1438: -- Bugfix 4084568: Adding message for model line on Hold.
1439:
1440: cto_msg_pub.cto_message('BOM','CTO_MODEL_LINE_EXCPN_HOLD');

Line 1440: cto_msg_pub.cto_message('BOM','CTO_MODEL_LINE_EXCPN_HOLD');

1436: cto_msg_pub.cto_message('BOM','CTO_DO_NOT_CREATE_ITEM',l_token);
1437:
1438: -- Bugfix 4084568: Adding message for model line on Hold.
1439:
1440: cto_msg_pub.cto_message('BOM','CTO_MODEL_LINE_EXCPN_HOLD');
1441:
1442:
1443:
1444: raise fnd_api.g_exc_error;

Line 1544: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_BOM_ERROR');

1540: END IF;
1541:
1542:
1543: if( lStatus = -1) then /* add a message for unexpected errors(-1), expected errors(0) already have a message */
1544: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_BOM_ERROR');
1545: end if;
1546:
1547: raise fnd_api.g_exc_error;
1548:

Line 1606: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_ROUTING_ERROR');

1602: IF PG_DEBUG <> 0 THEN
1603: oe_debug_pub.add('Deleted from bmi, rows::'||lCnt);
1604: END IF;
1605:
1606: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_ROUTING_ERROR');
1607: raise fnd_api.g_exc_error;
1608:
1609: end if;
1610:

Line 1656: -- cto_msg_pub.cto_message('BOM', lXMessageName );

1652: END IF;
1653:
1654: if( lXMessageName is not null ) then
1655: xMsgData := lXMessageName ;
1656: -- cto_msg_pub.cto_message('BOM', lXMessageName );
1657: else
1658: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_BOM_ERROR');
1659: end if;
1660:

Line 1658: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_BOM_ERROR');

1654: if( lXMessageName is not null ) then
1655: xMsgData := lXMessageName ;
1656: -- cto_msg_pub.cto_message('BOM', lXMessageName );
1657: else
1658: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_BOM_ERROR');
1659: end if;
1660:
1661:
1662:

Line 1708: cto_msg_pub.cto_message('BOM','CTO_BOM_NOT_DEFINED');

1704: ** In either case the error will be caught if the bom
1705: ** was not created even in a single org.
1706:
1707:
1708: cto_msg_pub.cto_message('BOM','CTO_BOM_NOT_DEFINED');
1709: -- bugfix 2294708: Replaced msg CTO_CREATE_BOM_ERROR with more specific
1710: -- error CTO_BOM_NOT_DEFINED.
1711:
1712: raise fnd_api.g_exc_error;

Line 1759: cto_msg_pub.cto_message('BOM','CTO_NO_BOM_CREATED_IN_ANY_ORGS', l_token1 ); -- Bug 3349142

1755:
1756: l_token1(1).token_name := 'MODEL_NAME';
1757: l_token1(1).token_value := v_model_item_name ;
1758:
1759: cto_msg_pub.cto_message('BOM','CTO_NO_BOM_CREATED_IN_ANY_ORGS', l_token1 ); -- Bug 3349142
1760: raise fnd_api.g_exc_error;
1761:
1762: end if ;
1763:

Line 1767: cto_msg_pub.count_and_get

1763:
1764:
1765:
1766:
1767: cto_msg_pub.count_and_get
1768: ( p_msg_count => xMsgCount
1769: , p_msg_data => xMsgData
1770: );
1771:

Line 1787: cto_msg_pub.count_and_get

1783: xReturnStatus := fnd_api.g_ret_sts_error;
1784: -- Get message count and data
1785:
1786:
1787: cto_msg_pub.count_and_get
1788: ( p_msg_count => xMsgCount
1789: , p_msg_data => xMsgData
1790: );
1791:

Line 1805: cto_msg_pub.count_and_get

1801: xReturnStatus := fnd_api.g_ret_sts_unexp_error ;
1802: -- Get message count and data
1803:
1804:
1805: cto_msg_pub.count_and_get
1806: ( p_msg_count => xMsgCount
1807: , p_msg_data => xMsgData
1808: );
1809:

Line 1820: cto_msg_pub.count_and_get

1816:
1817: xReturnStatus := fnd_api.g_ret_sts_unexp_error;
1818: -- Get message count and data
1819:
1820: cto_msg_pub.count_and_get
1821: ( p_msg_count => xMsgCount
1822: , p_msg_data => xMsgData
1823: );
1824:

Line 2218: l_token CTO_MSG_PUB.token_tbl;

2214: l_config_item varchar2(50);
2215: l_model varchar2(50);
2216: l_missed_line_number varchar2(50);
2217: l_order_number number := 0;
2218: l_token CTO_MSG_PUB.token_tbl;
2219: lcreate_item number;
2220: lorg_code varchar2(3);
2221:
2222:

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

2277:
2278: exception
2279: when no_data_found then
2280:
2281: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
2282: raise FND_API.G_EXC_ERROR;
2283:
2284: when others then
2285:

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 2967: cto_msg_pub.count_and_get

2963: xReturnStatus := fnd_api.g_ret_sts_error;
2964: -- Get message count and data
2965:
2966:
2967: cto_msg_pub.count_and_get
2968: ( p_msg_count => xMsgCount
2969: , p_msg_data => xMsgData
2970: );
2971:

Line 2979: cto_msg_pub.count_and_get

2975: xReturnStatus := fnd_api.g_ret_sts_unexp_error ;
2976: -- Get message count and data
2977:
2978:
2979: cto_msg_pub.count_and_get
2980: ( p_msg_count => xMsgCount
2981: , p_msg_data => xMsgData
2982: );
2983:

Line 2994: cto_msg_pub.count_and_get

2990:
2991: xReturnStatus := fnd_api.g_ret_sts_unexp_error;
2992: -- Get message count and data
2993:
2994: cto_msg_pub.count_and_get
2995: ( p_msg_count => xMsgCount
2996: , p_msg_data => xMsgData
2997: );
2998: