DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on OE_MSG_PUB

Line 420: OE_MSG_PUB.Add_Exc_Msg

416: Delete_Changed_Lines_Tbl;
417:
418: EXCEPTION
419: WHEN OTHERS THEN
420: OE_MSG_PUB.Add_Exc_Msg
421: ( G_PKG_NAME
422: , 'Default_Contingency_Attributes'
423: );
424: END Default_Contingency_Attributes;

Line 473: OE_MSG_PUB.ADD;

469: IF l_debug_level > 0 THEN
470: oe_debug_pub.add( 'NOT ABLE TO RETRIEVE CUST PRODUCT LINE ID' ) ;
471: END IF;
472: FND_MESSAGE.SET_NAME('ONT','ONT_NO_CUST_PROD_LINE');
473: OE_MSG_PUB.ADD;
474: --RAISE NO_DATA_FOUND;
475: END IF;
476: ELSE -- not a customer product
477: l_service_reference_line_id := p_line_rec.service_reference_line_id;

Line 641: OE_MSG_PUB.ADD;

637: IF l_debug_level > 0 THEN
638: oe_debug_pub.add( 'NOT ABLE TO RETRIEVE CUST PRODUCT LINE ID' ) ;
639: END IF;
640: FND_MESSAGE.SET_NAME('ONT','ONT_NO_CUST_PROD_LINE');
641: OE_MSG_PUB.ADD;
642: RAISE NO_DATA_FOUND;
643: END IF;
644: ELSE
645: l_service_reference_line_id := p_line_rec.service_reference_line_id;

Line 679: OE_MSG_PUB.Add_Exc_Msg

675: x_contingency_id := NULL;
676: x_revrec_event_code := NULL;
677: x_revrec_expiration_days:= NULL;
678:
679: OE_MSG_PUB.Add_Exc_Msg
680: ( G_PKG_NAME
681: , 'Get_Contingency_Attributes'
682: );
683:

Line 765: OE_MSG_PUB.ADD;

761: IF l_debug_level > 0 THEN
762: oe_debug_pub.add( 'NOT ABLE TO RETRIEVE CUST PRODUCT LINE ID' ) ;
763: END IF;
764: FND_MESSAGE.SET_NAME('ONT','ONT_NO_CUST_PROD_LINE');
765: OE_MSG_PUB.ADD;
766: --RAISE NO_DATA_FOUND;
767: END IF;
768: ELSE
769: l_service_reference_line_id := p_line_rec.service_reference_line_id;

Line 814: OE_MSG_PUB.Add_Exc_Msg

810: RETURN FALSE;
811:
812: EXCEPTION
813: WHEN OTHERS THEN
814: OE_MSG_PUB.Add_Exc_Msg
815: ( G_PKG_NAME
816: , ' Pre_billing_acceptance_on'
817: );
818: RETURN FALSE;

Line 834: OE_MSG_PUB.Add_Exc_Msg

830: RETURN Pre_billing_acceptance_on (p_line_rec => l_line_rec);
831:
832: EXCEPTION
833: WHEN OTHERS THEN
834: OE_MSG_PUB.Add_Exc_Msg
835: ( G_PKG_NAME
836: , ' Pre_billing_acceptance_on'
837: );
838: RETURN FALSE;

Line 918: OE_MSG_PUB.ADD;

914: IF l_debug_level > 0 THEN
915: oe_debug_pub.add( 'NOT ABLE TO RETRIEVE CUST PRODUCT LINE ID' ) ;
916: END IF;
917: FND_MESSAGE.SET_NAME('ONT','ONT_NO_CUST_PROD_LINE');
918: OE_MSG_PUB.ADD;
919: --RAISE NO_DATA_FOUND;
920: END IF;
921: ELSE
922: l_service_reference_line_id := p_line_rec.service_reference_line_id;

Line 967: OE_MSG_PUB.Add_Exc_Msg

963: RETURN FALSE;
964:
965: EXCEPTION
966: WHEN OTHERS THEN
967: OE_MSG_PUB.Add_Exc_Msg
968: ( G_PKG_NAME
969: , ' Post_billing_acceptance_on'
970: );
971: RETURN FALSE;

Line 988: OE_MSG_PUB.Add_Exc_Msg

984:
985: RETURN Post_billing_acceptance_on (p_line_rec => l_line_rec);
986: EXCEPTION
987: WHEN OTHERS THEN
988: OE_MSG_PUB.Add_Exc_Msg
989: ( G_PKG_NAME
990: , ' Post_billing_acceptance_on'
991: );
992: RETURN FALSE;

Line 1082: OE_MSG_PUB.Add_Exc_Msg

1078: RETURN FALSE;
1079:
1080: EXCEPTION
1081: WHEN OTHERS THEN
1082: OE_MSG_PUB.Add_Exc_Msg
1083: ( G_PKG_NAME
1084: , 'Customer_acceptance_Eligible'
1085: );
1086: RETURN FALSE;

Line 1103: OE_MSG_PUB.Add_Exc_Msg

1099: RETURN Customer_Acceptance_Eligible(p_line_rec => l_line_rec);
1100:
1101: EXCEPTION
1102: WHEN OTHERS THEN
1103: OE_MSG_PUB.Add_Exc_Msg
1104: ( G_PKG_NAME
1105: , 'Customer_acceptance_Eligible'
1106: );
1107: RETURN FALSE;

Line 1167: OE_MSG_PUB.Add_Exc_Msg

1163: RETURN 'ACCEPTED';
1164: END IF;
1165: EXCEPTION
1166: WHEN OTHERS THEN
1167: OE_MSG_PUB.Add_Exc_Msg
1168: ( G_PKG_NAME
1169: , 'Acceptance_Status'
1170: );
1171: RETURN 'NOT_ACCEPTED';