DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on CTO_CONFIGURED_ITEM_GRP

Line 220: v_cto_match_rec CTO_CONFIGURED_ITEM_GRP.CTO_MATCH_REC_TYPE ;

216: x_oper_unit_list cto_auto_procure_pk.oper_unit_tbl;
217: l_batch_no Number;
218:
219:
220: v_cto_match_rec CTO_CONFIGURED_ITEM_GRP.CTO_MATCH_REC_TYPE ;
221:
222:
223: l_match_found varchar2(1) ;
224:

Line 499: oe_debug_pub.add ('match_inquiry: GOING TO CALL CTO_CONFIGURED_ITEM_GRP.match_configured_item ' , 1) ;

495: order by plan_level ;
496:
497:
498:
499: oe_debug_pub.add ('match_inquiry: GOING TO CALL CTO_CONFIGURED_ITEM_GRP.match_configured_item ' , 1) ;
500:
501: CTO_CONFIGURED_ITEM_GRP.match_configured_item (
502: p_api_version => 1.0,
503: /*

Line 501: CTO_CONFIGURED_ITEM_GRP.match_configured_item (

497:
498:
499: oe_debug_pub.add ('match_inquiry: GOING TO CALL CTO_CONFIGURED_ITEM_GRP.match_configured_item ' , 1) ;
500:
501: CTO_CONFIGURED_ITEM_GRP.match_configured_item (
502: p_api_version => 1.0,
503: /*
504: p_init_msg_list =>
505: p_commit =>

Line 518: oe_debug_pub.add ('match_inquiry: CTO_CONFIGURED_ITEM_GRP.match_configured_item done ' , 1) ;

514:
515:
516:
517:
518: oe_debug_pub.add ('match_inquiry: CTO_CONFIGURED_ITEM_GRP.match_configured_item done ' , 1) ;
519:
520: IF ( x_return_status = fnd_api.G_RET_STS_ERROR) THEN
521: IF PG_DEBUG <> 0 THEN
522: oe_debug_pub.add ('Create_Item: ' ||

Line 523: 'CTO_CONFIGURED_ITEM_GRP.match_configured_item returned with expected error.');

519:
520: IF ( x_return_status = fnd_api.G_RET_STS_ERROR) THEN
521: IF PG_DEBUG <> 0 THEN
522: oe_debug_pub.add ('Create_Item: ' ||
523: 'CTO_CONFIGURED_ITEM_GRP.match_configured_item returned with expected error.');
524: END IF;
525: raise FND_API.G_EXC_ERROR;
526:
527: ELSIF ( x_return_status = fnd_api.G_RET_STS_UNEXP_ERROR) THEN

Line 530: 'CTO_CONFIGURED_ITEM_GRP.match_configured_item returned with unexp error.');

526:
527: ELSIF ( x_return_status = fnd_api.G_RET_STS_UNEXP_ERROR) THEN
528: IF PG_DEBUG <> 0 THEN
529: oe_debug_pub.add ('Create_Item: ' ||
530: 'CTO_CONFIGURED_ITEM_GRP.match_configured_item returned with unexp error.');
531: END IF;
532: raise FND_API.G_EXC_UNEXPECTED_ERROR;
533:
534: END IF;