DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on CTO_MSG_PUB

Line 231: l_token CTO_MSG_PUB.token_tbl ;

227: v_model_item_name varchar2(2000) ;
228: l_top_model_item_id number ;
229:
230:
231: l_token CTO_MSG_PUB.token_tbl ;
232:
233:
234:
235: lPerformPPRollup varchar2(10) ;

Line 334: cto_msg_pub.cto_message('BOM','CTO_MATCH_AND_RESERVE');

330: IF PG_DEBUG <> 0 THEN
331: oe_debug_pub.add ('Failed in populate_bcol with expected error.', 1);
332: END IF;
333:
334: cto_msg_pub.cto_message('BOM','CTO_MATCH_AND_RESERVE');
335: raise FND_API.G_EXC_ERROR;
336:
337: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
338: IF PG_DEBUG <> 0 THEN

Line 342: cto_msg_pub.cto_message('BOM','CTO_MATCH_AND_RESERVE');

338: IF PG_DEBUG <> 0 THEN
339: oe_debug_pub.add ('Failed in populate_bcol with unexpected error.', 1);
340: END IF;
341:
342: cto_msg_pub.cto_message('BOM','CTO_MATCH_AND_RESERVE');
343: raise FND_API.G_EXC_UNEXPECTED_ERROR;
344: end if;
345:
346: IF PG_DEBUG <> 0 THEN

Line 673: --cto_msg_pub.cto_message('BOM','CTO_MATCH_AND_RESERVE');

669: oe_debug_pub.add ('Create_All_Items returned with 0', 1);
670: END IF;
671:
672:
673: --cto_msg_pub.cto_message('BOM','CTO_MATCH_AND_RESERVE');
674: raise FND_API.G_EXC_ERROR;
675:
676: ELSIF (l_status <> 1 and x_Return_Status = fnd_api.g_ret_sts_unexp_error ) then
677: IF PG_DEBUG <> 0 THEN

Line 682: --cto_msg_pub.cto_message('BOM','CTO_MATCH_AND_RESERVE');

678: oe_debug_pub.add ('Create_All_Items returned with 0', 1);
679: END IF ;
680:
681:
682: --cto_msg_pub.cto_message('BOM','CTO_MATCH_AND_RESERVE');
683: raise FND_API.G_EXC_UNEXPECTED_ERROR;
684:
685: END IF;
686:

Line 788: cto_msg_pub.cto_message('CTO', 'CTO_ERROR_FROM_DISPLAY_STATUS');

784: if return_value <> 1 then
785: IF PG_DEBUG <> 0 THEN
786: oe_debug_pub.add('CTOMCRSB: ' || 'return value from display_wf_status' ||return_value ,1);
787: END IF;
788: cto_msg_pub.cto_message('CTO', 'CTO_ERROR_FROM_DISPLAY_STATUS');
789: raise FND_API.G_EXC_UNEXPECTED_ERROR;
790: end if;
791:
792:

Line 1091: cto_msg_pub.cto_message('BOM', x_msg_data);

1087: IF PG_DEBUG <> 0 THEN
1088: oe_debug_pub.add('Failure in cost_rollup ', 1);
1089: END IF;
1090:
1091: cto_msg_pub.cto_message('BOM', x_msg_data);
1092: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1093: else
1094: IF PG_DEBUG <> 0 THEN
1095: oe_debug_pub.add('Success in cost_rollup ', 1);