DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on AP_ERRORS_GT

Line 1326: insert into ap_errors_gt(invoice_id , message_text) values(P_Invoice_Header_Rec.Invoice_id , 'Summary Tax Line Deleted by EBTax. This would cause orphan distributions.');

1322: IF AP_APPROVAL_PKG.G_VALIDATION_REQUEST_ID IS NULL THEN
1323: APP_EXCEPTION.RAISE_EXCEPTION;
1324: ELSE
1325:
1326: insert into ap_errors_gt(invoice_id , message_text) values(P_Invoice_Header_Rec.Invoice_id , 'Summary Tax Line Deleted by EBTax. This would cause orphan distributions.');
1327: RETURN FALSE;
1328: END IF;
1329:
1330:

Line 5760: insert into ap_errors_gt(invoice_id , reference_key2 , reference_key1 , message_text)

5756: IF (l_frozen_tax_del.count > 0) Then --bug10140354
5757:
5758: For i in l_frozen_tax_del.FIRST .. l_frozen_tax_del.LAST LOOP
5759:
5760: insert into ap_errors_gt(invoice_id , reference_key2 , reference_key1 , message_text)
5761: values (
5762: l_frozen_tax_del(i).invoice_id ,
5763: l_frozen_tax_del(i).detail_tax_dist_id ,
5764: l_frozen_tax_del(i).summary_tax_line_id,

Line 5859: insert into ap_errors_gt(invoice_id , reference_key2 , reference_key1 , message_text)

5855: IF (l_frozen_self_tax_del.count > 0) Then --bug10140354
5856:
5857: For i in l_frozen_self_tax_del.FIRST .. l_frozen_self_tax_del.LAST LOOP
5858:
5859: insert into ap_errors_gt(invoice_id , reference_key2 , reference_key1 , message_text)
5860: values (
5861: l_frozen_self_tax_del(i).invoice_id ,
5862: l_frozen_self_tax_del(i).detail_tax_dist_id ,
5863: l_frozen_self_tax_del(i).summary_tax_line_id,