DBA Data[Home] [Help]

APPS.JL_ZZ_AR_TX_ATT_CLS_PKG dependencies on JL_ZZ_AR_TX_ATT_CLS_PKG

Line 1: PACKAGE BODY JL_ZZ_AR_TX_ATT_CLS_PKG as

1: PACKAGE BODY JL_ZZ_AR_TX_ATT_CLS_PKG as
2: /* $Header: jlzztclb.pls 120.2 2003/03/03 19:34:03 opedrega ship $ */
3:
4: -- Populate_All_Rows
5:

Line 171: current_calling_sequence := 'JL_ZZ_AR_TX_ATT_CLS_PKG.INSERT_ROW<-' ||

167: BEGIN
168:
169: -- Update the calling sequence
170:
171: current_calling_sequence := 'JL_ZZ_AR_TX_ATT_CLS_PKG.INSERT_ROW<-' ||
172: X_calling_sequence;
173:
174: debug_info := 'Insert into JL_ZZ_AR_TX_ATT_CLS ';
175:

Line 439: current_calling_sequence := 'JL_ZZ_AR_TX_ATT_CLS_PKG.LOCK_ROW<-' ||

435: debug_info VARCHAR2(100);
436:
437: BEGIN
438:
439: current_calling_sequence := 'JL_ZZ_AR_TX_ATT_CLS_PKG.LOCK_ROW<-' ||
440: X_calling_sequence;
441: debug_info := 'Open cursor C';
442: OPEN C;
443: debug_info := 'Fetch cursor C';

Line 568: 'JL_ZZ_AR_TX_ATT_CLS_PKG.CHECK_UNIQUE<-' ||

564: BEGIN
565: -- Update the calling sequence
566: --
567: current_calling_sequence :=
568: 'JL_ZZ_AR_TX_ATT_CLS_PKG.CHECK_UNIQUE<-' ||
569: X_calling_sequence;
570: SELECT COUNT(1)
571: INTO l_dummy
572: FROM JL_ZZ_AR_TX_ATT_CLS

Line 675: END JL_ZZ_AR_TX_ATT_CLS_PKG;

671: RETURN(l_find);
672: END Check_Unique_Detail;
673:
674:
675: END JL_ZZ_AR_TX_ATT_CLS_PKG;