DBA Data[Home] [Help]

APPS.AP_EXPENSE_REPORT_HEADERS_PKG dependencies on AP_EXPENSE_REPORT_HEADERS_PKG

Line 1: PACKAGE BODY AP_EXPENSE_REPORT_HEADERS_PKG as

1: PACKAGE BODY AP_EXPENSE_REPORT_HEADERS_PKG as
2: /* $Header: apixxrhb.pls 120.5.12010000.2 2009/10/07 07:10:57 sodash ship $ */
3:
4: PROCEDURE Insert_Row(X_Rowid IN OUT NOCOPY VARCHAR2,
5:

Line 99: current_calling_sequence := 'AP_EXPENSE_REPORT_HEADERS_PKG.INSERT_ROW<-' ||

95:
96: BEGIN
97: -- Update the calling sequence
98: --
99: current_calling_sequence := 'AP_EXPENSE_REPORT_HEADERS_PKG.INSERT_ROW<-' ||
100: X_calling_sequence;
101:
102: debug_info := 'Insert into AP_EXPENSE_REPORT_HEADERS';
103: INSERT INTO AP_EXPENSE_REPORT_HEADERS(

Line 395: current_calling_sequence := 'AP_EXPENSE_REPORT_HEADERS_PKG.LOCK_ROW<-' ||

391:
392: BEGIN
393: -- Update the calling sequence
394: --
395: current_calling_sequence := 'AP_EXPENSE_REPORT_HEADERS_PKG.LOCK_ROW<-' ||
396: X_calling_sequence;
397: debug_info := 'Open cursor C';
398: OPEN C;
399: debug_info := 'Fetch cursor C';

Line 753: current_calling_sequence := 'AP_EXPENSE_REPORT_HEADERS_PKG.UPDATE_ROW<-' ||

749: debug_info VARCHAR2(100);
750: BEGIN
751: -- Update the calling sequence
752: --
753: current_calling_sequence := 'AP_EXPENSE_REPORT_HEADERS_PKG.UPDATE_ROW<-' ||
754: X_calling_sequence;
755: debug_info := 'Update AP_EXPENSE_REPORT_HEADERS';
756: UPDATE AP_EXPENSE_REPORT_HEADERS
757: SET

Line 865: current_calling_sequence := 'AP_EXPENSE_REPORT_HEADERS_PKG.DELETE_ROW<-' ||

861: debug_info VARCHAR2(100);
862: BEGIN
863: -- Update the calling sequence
864: --
865: current_calling_sequence := 'AP_EXPENSE_REPORT_HEADERS_PKG.DELETE_ROW<-' ||
866: X_calling_sequence;
867: debug_info := 'Delete from AP_EXPENSE_REPORT_HEADERS';
868: DELETE FROM AP_EXPENSE_REPORT_HEADERS
869: WHERE rowid = X_Rowid;

Line 889: END AP_EXPENSE_REPORT_HEADERS_PKG;

885:
886: END Delete_Row;
887:
888:
889: END AP_EXPENSE_REPORT_HEADERS_PKG;