DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_INTERFACE_PKG dependencies on AP_INVOICE_LINES_INTERFACE_PKG

Line 1: package body AP_INVOICE_LINES_INTERFACE_PKG as

1: package body AP_INVOICE_LINES_INTERFACE_PKG as
2: /* $Header: apailthb.pls 120.10 2008/03/04 06:45:30 imandal ship $ */
3:
4: procedure INSERT_ROW (
5: X_ROWID IN OUT NOCOPY VARCHAR2,

Line 157: current_calling_sequence :='AP_INVOICE_LINES_INTERFACE_PKG.Insert_Row<-'||

153: AND invoice_line_id = X_Invoice_Line_Id;
154: BEGIN
155: -- Update the calling sequence
156:
157: current_calling_sequence :='AP_INVOICE_LINES_INTERFACE_PKG.Insert_Row<-'||
158: X_Calling_Sequence;
159:
160: -- Check for uniqueness of the line number in the process.
161:

Line 741: current_calling_sequence :='AP_INVOICE_LINES_INTERFACE_PKG.Lock_Row<-'

737: debug_info VARCHAR2(100);
738: BEGIN
739: -- Update the calling sequence
740:
741: current_calling_sequence :='AP_INVOICE_LINES_INTERFACE_PKG.Lock_Row<-'
742: ||X_Calling_Sequence;
743:
744: debug_info := 'Select from ap_invoice_lines_interface';
745:

Line 1319: current_calling_sequence := 'AP_INVOICE_LINES_INTERFACE_PKG.Update_Row<-'

1315:
1316: BEGIN
1317: -- Update the calling sequence
1318:
1319: current_calling_sequence := 'AP_INVOICE_LINES_INTERFACE_PKG.Update_Row<-'
1320: ||X_Calling_Sequence;
1321:
1322: debug_info := 'Update ap_invoice_lines_interface';
1323:

Line 1487: current_calling_sequence := 'AP_INVOICE_LINES_INTERFACE_PKG.Delete_Row<-'

1483: BEGIN
1484:
1485: -- Update the calling sequence
1486:
1487: current_calling_sequence := 'AP_INVOICE_LINES_INTERFACE_PKG.Delete_Row<-'
1488: ||X_Calling_Sequence;
1489:
1490: -- Bug 2496745. Deleting the rejections for this invoice line.
1491:

Line 1519: END AP_INVOICE_LINES_INTERFACE_PKG;

1515: APP_EXCEPTION.RAISE_EXCEPTION;
1516:
1517: END Delete_Row;
1518:
1519: END AP_INVOICE_LINES_INTERFACE_PKG;