DBA Data[Home] [Help]

APPS.JL_BR_AR_OCCURRENCE_DOCS_PKG dependencies on JL_BR_AR_OCCURRENCE_DOCS_PKG

Line 1: PACKAGE BODY JL_BR_AR_OCCURRENCE_DOCS_PKG as

1: PACKAGE BODY JL_BR_AR_OCCURRENCE_DOCS_PKG as
2: /* $Header: jlbrriob.pls 120.5 2003/09/15 21:56:33 vsidhart ship $ */
3:
4: PROCEDURE Insert_Row(X_Rowid IN OUT NOCOPY VARCHAR2,
5: X_Occurrence_Id NUMBER,

Line 84: current_calling_sequence := 'JL_BR_AR_OCCURRENCE_DOCS_PKG.INSERT_ROW<-' ||

80: debug_info VARCHAR2(100);
81: --
82: BEGIN
83: -- Update the calling sequence
84: current_calling_sequence := 'JL_BR_AR_OCCURRENCE_DOCS_PKG.INSERT_ROW<-' ||
85: X_calling_sequence;
86:
87: debug_info := 'Insert into JL_BR_AR_OCCURRENCE_DOCS';
88: INSERT INTO JL_BR_AR_OCCURRENCE_DOCS(

Line 325: current_calling_sequence := 'JL_BR_AR_OCCURRENCE_DOCS_PKG.UPDATE_ROW<-' ||

321: debug_info VARCHAR2(100);
322: BEGIN
323: -- Update the calling sequence
324: --
325: current_calling_sequence := 'JL_BR_AR_OCCURRENCE_DOCS_PKG.UPDATE_ROW<-' ||
326: X_calling_sequence;
327: debug_info := 'Update JL_BR_AR_OCCURRENCE_DOCS';
328: UPDATE JL_BR_AR_OCCURRENCE_DOCS
329: SET Occurrence_Id = X_Occurrence_Id,

Line 414: END JL_BR_AR_OCCURRENCE_DOCS_PKG;

410: END IF;
411: APP_EXCEPTION.RAISE_EXCEPTION;
412: --
413: END Update_Row;
414: END JL_BR_AR_OCCURRENCE_DOCS_PKG;