DBA Data[Home] [Help]

APPS.JL_ZZ_AR_TX_LGL_MSG_PKG dependencies on JL_ZZ_AR_TX_LGL_MSG_PKG

Line 1: PACKAGE BODY JL_ZZ_AR_TX_LGL_MSG_PKG AS

1: PACKAGE BODY JL_ZZ_AR_TX_LGL_MSG_PKG AS
2: /* $Header: jlzztlmb.pls 120.2 2003/03/03 19:36:18 opedrega ship $ */
3:
4: PROCEDURE Insert_Row
5: (X_rowid IN OUT NOCOPY VARCHAR2,

Line 36: current_calling_sequence := 'jl_zz_ar_tx_lgl_msg_PKG.INSERT_ROW<-' ||

32:
33: BEGIN
34: -- Update the calling sequence
35: --
36: current_calling_sequence := 'jl_zz_ar_tx_lgl_msg_PKG.INSERT_ROW<-' ||
37: X_calling_sequence;
38:
39: debug_info := 'Insert INTO jl_zz_ar_tx_lgl_msg ';
40: INSERT INTO jl_zz_ar_tx_lgl_msg(rule_id,

Line 149: current_calling_sequence := 'jl_zz_ar_tx_lgl_msg_PKG.LOCK_ROW<-' ||

145:
146: BEGIN
147: -- Update the calling sequence
148: --
149: current_calling_sequence := 'jl_zz_ar_tx_lgl_msg_PKG.LOCK_ROW<-' ||
150: X_calling_sequence;
151:
152: debug_info := 'Open CURSOR C';
153: OPEN C;

Line 297: END jl_zz_ar_tx_lgl_msg_pkg;

293: APP_EXCEPTION.RAISE_EXCEPTION;
294: END IF;
295: END Check_Unique;
296:
297: END jl_zz_ar_tx_lgl_msg_pkg;