DBA Data[Home] [Help]

APPS.CE_STATEMENT_RECONS_PKG dependencies on CE_STATEMENT_LINES

Line 138: FROM ce_statement_lines

134:
135: BEGIN
136: SELECT trx_type
137: INTO X_statement_type
138: FROM ce_statement_lines
139: WHERE statement_line_id = X_statement_line_id;
140: EXCEPTION
141: WHEN NO_DATA_FOUND THEN
142: X_statement_type := 'X';

Line 352: FROM ce_statement_lines

348:
349: BEGIN
350: SELECT trx_type
351: INTO X_statement_type
352: FROM ce_statement_lines
353: WHERE statement_line_id = X_statement_line_id;
354: EXCEPTION
355: WHEN NO_DATA_FOUND THEN
356: X_statement_type := 'X';