DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on OE_MSG_PUB

Line 382: OE_MSG_PUB.Add_Exc_Msg

378: Delete_Changed_Lines_Tbl;
379:
380: EXCEPTION
381: WHEN OTHERS THEN
382: OE_MSG_PUB.Add_Exc_Msg
383: ( G_PKG_NAME
384: , 'Default_Contingency_Attributes'
385: );
386: END Default_Contingency_Attributes;

Line 435: OE_MSG_PUB.ADD;

431: IF l_debug_level > 0 THEN
432: oe_debug_pub.add( 'NOT ABLE TO RETRIEVE CUST PRODUCT LINE ID' ) ;
433: END IF;
434: FND_MESSAGE.SET_NAME('ONT','ONT_NO_CUST_PROD_LINE');
435: OE_MSG_PUB.ADD;
436: --RAISE NO_DATA_FOUND;
437: END IF;
438: ELSE -- not a customer product
439: l_service_reference_line_id := p_line_rec.service_reference_line_id;

Line 603: OE_MSG_PUB.ADD;

599: IF l_debug_level > 0 THEN
600: oe_debug_pub.add( 'NOT ABLE TO RETRIEVE CUST PRODUCT LINE ID' ) ;
601: END IF;
602: FND_MESSAGE.SET_NAME('ONT','ONT_NO_CUST_PROD_LINE');
603: OE_MSG_PUB.ADD;
604: RAISE NO_DATA_FOUND;
605: END IF;
606: ELSE
607: l_service_reference_line_id := p_line_rec.service_reference_line_id;

Line 641: OE_MSG_PUB.Add_Exc_Msg

637: x_contingency_id := NULL;
638: x_revrec_event_code := NULL;
639: x_revrec_expiration_days:= NULL;
640:
641: OE_MSG_PUB.Add_Exc_Msg
642: ( G_PKG_NAME
643: , 'Get_Contingency_Attributes'
644: );
645:

Line 727: OE_MSG_PUB.ADD;

723: IF l_debug_level > 0 THEN
724: oe_debug_pub.add( 'NOT ABLE TO RETRIEVE CUST PRODUCT LINE ID' ) ;
725: END IF;
726: FND_MESSAGE.SET_NAME('ONT','ONT_NO_CUST_PROD_LINE');
727: OE_MSG_PUB.ADD;
728: --RAISE NO_DATA_FOUND;
729: END IF;
730: ELSE
731: l_service_reference_line_id := p_line_rec.service_reference_line_id;

Line 776: OE_MSG_PUB.Add_Exc_Msg

772: RETURN FALSE;
773:
774: EXCEPTION
775: WHEN OTHERS THEN
776: OE_MSG_PUB.Add_Exc_Msg
777: ( G_PKG_NAME
778: , ' Pre_billing_acceptance_on'
779: );
780: RETURN FALSE;

Line 796: OE_MSG_PUB.Add_Exc_Msg

792: RETURN Pre_billing_acceptance_on (p_line_rec => l_line_rec);
793:
794: EXCEPTION
795: WHEN OTHERS THEN
796: OE_MSG_PUB.Add_Exc_Msg
797: ( G_PKG_NAME
798: , ' Pre_billing_acceptance_on'
799: );
800: RETURN FALSE;

Line 880: OE_MSG_PUB.ADD;

876: IF l_debug_level > 0 THEN
877: oe_debug_pub.add( 'NOT ABLE TO RETRIEVE CUST PRODUCT LINE ID' ) ;
878: END IF;
879: FND_MESSAGE.SET_NAME('ONT','ONT_NO_CUST_PROD_LINE');
880: OE_MSG_PUB.ADD;
881: --RAISE NO_DATA_FOUND;
882: END IF;
883: ELSE
884: l_service_reference_line_id := p_line_rec.service_reference_line_id;

Line 929: OE_MSG_PUB.Add_Exc_Msg

925: RETURN FALSE;
926:
927: EXCEPTION
928: WHEN OTHERS THEN
929: OE_MSG_PUB.Add_Exc_Msg
930: ( G_PKG_NAME
931: , ' Post_billing_acceptance_on'
932: );
933: RETURN FALSE;

Line 950: OE_MSG_PUB.Add_Exc_Msg

946:
947: RETURN Post_billing_acceptance_on (p_line_rec => l_line_rec);
948: EXCEPTION
949: WHEN OTHERS THEN
950: OE_MSG_PUB.Add_Exc_Msg
951: ( G_PKG_NAME
952: , ' Post_billing_acceptance_on'
953: );
954: RETURN FALSE;

Line 1044: OE_MSG_PUB.Add_Exc_Msg

1040: RETURN FALSE;
1041:
1042: EXCEPTION
1043: WHEN OTHERS THEN
1044: OE_MSG_PUB.Add_Exc_Msg
1045: ( G_PKG_NAME
1046: , 'Customer_acceptance_Eligible'
1047: );
1048: RETURN FALSE;

Line 1065: OE_MSG_PUB.Add_Exc_Msg

1061: RETURN Customer_Acceptance_Eligible(p_line_rec => l_line_rec);
1062:
1063: EXCEPTION
1064: WHEN OTHERS THEN
1065: OE_MSG_PUB.Add_Exc_Msg
1066: ( G_PKG_NAME
1067: , 'Customer_acceptance_Eligible'
1068: );
1069: RETURN FALSE;

Line 1129: OE_MSG_PUB.Add_Exc_Msg

1125: RETURN 'ACCEPTED';
1126: END IF;
1127: EXCEPTION
1128: WHEN OTHERS THEN
1129: OE_MSG_PUB.Add_Exc_Msg
1130: ( G_PKG_NAME
1131: , 'Acceptance_Status'
1132: );
1133: RETURN 'NOT_ACCEPTED';