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.12010000.2 2009/04/09 12:42:29 sbonala 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 1322: current_calling_sequence := 'AP_INVOICE_LINES_INTERFACE_PKG.Update_Row<-'

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

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

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

Line 1522: END AP_INVOICE_LINES_INTERFACE_PKG;

1518: APP_EXCEPTION.RAISE_EXCEPTION;
1519:
1520: END Delete_Row;
1521:
1522: END AP_INVOICE_LINES_INTERFACE_PKG;