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 983: cto_msg_pub.cto_message('BOM','CTO_DROP_ITEM_FROM_CONFIG',l_token);

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

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

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

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

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

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

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

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

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

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

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

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

1508: where bill_sequence_id = lCfgBillId;
1509:
1510:
1511: if( lStatus = -1) then /* add a message for unexpected errors(-1), expected errors(0) already have a message */
1512: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_BOM_ERROR');
1513: end if;
1514:
1515: raise fnd_api.g_exc_error;
1516:

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

1556: /* Clean up bom_inventory_comps_interface */
1557: delete from bom_inventory_comps_interface
1558: where bill_sequence_id = lCfgBillId;
1559:
1560: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_ROUTING_ERROR');
1561: raise fnd_api.g_exc_error;
1562:
1563: end if;
1564:

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

1592: where bill_sequence_id = lCfgBillId;
1593:
1594: if( lXMessageName is not null ) then
1595: xMsgData := lXMessageName ;
1596: -- cto_msg_pub.cto_message('BOM', lXMessageName );
1597: else
1598: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_BOM_ERROR');
1599: end if;
1600:

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

1594: if( lXMessageName is not null ) then
1595: xMsgData := lXMessageName ;
1596: -- cto_msg_pub.cto_message('BOM', lXMessageName );
1597: else
1598: cto_msg_pub.cto_message('BOM', 'CTO_CREATE_BOM_ERROR');
1599: end if;
1600:
1601:
1602:

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

1644: ** In either case the error will be caught if the bom
1645: ** was not created even in a single org.
1646:
1647:
1648: cto_msg_pub.cto_message('BOM','CTO_BOM_NOT_DEFINED');
1649: -- bugfix 2294708: Replaced msg CTO_CREATE_BOM_ERROR with more specific
1650: -- error CTO_BOM_NOT_DEFINED.
1651:
1652: raise fnd_api.g_exc_error;

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

1695:
1696: l_token1(1).token_name := 'MODEL_NAME';
1697: l_token1(1).token_value := v_model_item_name ;
1698:
1699: cto_msg_pub.cto_message('BOM','CTO_NO_BOM_CREATED_IN_ANY_ORGS', l_token1 ); -- Bug 3349142
1700: raise fnd_api.g_exc_error;
1701:
1702: end if ;
1703:

Line 1707: cto_msg_pub.count_and_get

1703:
1704:
1705:
1706:
1707: cto_msg_pub.count_and_get
1708: ( p_msg_count => xMsgCount
1709: , p_msg_data => xMsgData
1710: );
1711:

Line 1727: cto_msg_pub.count_and_get

1723: xReturnStatus := fnd_api.g_ret_sts_error;
1724: -- Get message count and data
1725:
1726:
1727: cto_msg_pub.count_and_get
1728: ( p_msg_count => xMsgCount
1729: , p_msg_data => xMsgData
1730: );
1731:

Line 1745: cto_msg_pub.count_and_get

1741: xReturnStatus := fnd_api.g_ret_sts_unexp_error ;
1742: -- Get message count and data
1743:
1744:
1745: cto_msg_pub.count_and_get
1746: ( p_msg_count => xMsgCount
1747: , p_msg_data => xMsgData
1748: );
1749:

Line 1760: cto_msg_pub.count_and_get

1756:
1757: xReturnStatus := fnd_api.g_ret_sts_unexp_error;
1758: -- Get message count and data
1759:
1760: cto_msg_pub.count_and_get
1761: ( p_msg_count => xMsgCount
1762: , p_msg_data => xMsgData
1763: );
1764:

Line 2158: l_token CTO_MSG_PUB.token_tbl;

2154: l_config_item varchar2(50);
2155: l_model varchar2(50);
2156: l_missed_line_number varchar2(50);
2157: l_order_number number := 0;
2158: l_token CTO_MSG_PUB.token_tbl;
2159: lcreate_item number;
2160: lorg_code varchar2(3);
2161:
2162:

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

2217:
2218: exception
2219: when no_data_found then
2220:
2221: cto_msg_pub.cto_message('BOM','CTO_COST_NOT_FOUND');
2222: raise FND_API.G_EXC_ERROR;
2223:
2224: when others then
2225:

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

2247:
2248: exception
2249: when no_data_found then
2250:
2251: cto_msg_pub.cto_message('BOM','CTO_BUY_COST_NOT_FOUND');
2252: raise FND_API.G_EXC_ERROR;
2253:
2254: when others then
2255:

Line 2907: cto_msg_pub.count_and_get

2903: xReturnStatus := fnd_api.g_ret_sts_error;
2904: -- Get message count and data
2905:
2906:
2907: cto_msg_pub.count_and_get
2908: ( p_msg_count => xMsgCount
2909: , p_msg_data => xMsgData
2910: );
2911:

Line 2919: cto_msg_pub.count_and_get

2915: xReturnStatus := fnd_api.g_ret_sts_unexp_error ;
2916: -- Get message count and data
2917:
2918:
2919: cto_msg_pub.count_and_get
2920: ( p_msg_count => xMsgCount
2921: , p_msg_data => xMsgData
2922: );
2923:

Line 2934: cto_msg_pub.count_and_get

2930:
2931: xReturnStatus := fnd_api.g_ret_sts_unexp_error;
2932: -- Get message count and data
2933:
2934: cto_msg_pub.count_and_get
2935: ( p_msg_count => xMsgCount
2936: , p_msg_data => xMsgData
2937: );
2938: