DBA Data[Home] [Help]

APPS.CE_TRANSACTION_CODES_PKG dependencies on STANDARD

Line 83: cep_standard.debug('open c2 ');

79: WHERE transaction_code_id = X_Transaction_Code_Id;
80: CURSOR C2 IS SELECT ce_transaction_codes_s.nextval FROM sys.dual;
81: --
82: BEGIN
83: cep_standard.debug('open c2 ');
84:
85: OPEN C2;
86: FETCH C2 INTO X_transaction_code_id;
87: CLOSE C2;

Line 90: cep_standard.debug('>>insert into CE_TRANSACTION_CODES ');

86: FETCH C2 INTO X_transaction_code_id;
87: CLOSE C2;
88: --
89:
90: cep_standard.debug('>>insert into CE_TRANSACTION_CODES ');
91:
92:
93: INSERT INTO CE_TRANSACTION_CODES(
94: transaction_code_id,

Line 170: cep_standard.debug('>>insert into CE_TRANSACTION_CODES end');

166: X_Creation_Date,
167: X_payroll_payment_format_id,
168: X_reconciliation_sequence
169: );
170: cep_standard.debug('>>insert into CE_TRANSACTION_CODES end');
171: --
172: OPEN C;
173: FETCH C INTO X_Rowid;
174: if (C%NOTFOUND) then