DBA Data[Home] [Help]

APPS.XLA_RETRIVE_CCID_PKG dependencies on XLA_AE_LINES

Line 218: FROM xla_ae_lines

214: INTO l_loop_count
215: FROM gl_code_combinations gcc
216: WHERE gcc.code_combination_id IN (
217: SELECT code_combination_id
218: FROM xla_ae_lines
219: WHERE ae_header_id IN (
220: SELECT ae_header_id
221: FROM xla_ae_headers
222: WHERE accounting_batch_id = p_acc_batch_id

Line 272: FROM xla_ae_lines

268: ) wu
269: FROM gl_code_combinations gcc
270: WHERE gcc.code_combination_id IN (
271: SELECT code_combination_id
272: FROM xla_ae_lines
273: WHERE ae_header_id IN (
274: SELECT ae_header_id
275: FROM xla_ae_headers
276: WHERE accounting_batch_id =

Line 803: FROM xla_ae_lines

799: AND ffsv.application_id = 101
800: AND ffsv.id_flex_code = 'GL#'
801: AND gcc.code_combination_id IN (
802: SELECT code_combination_id
803: FROM xla_ae_lines
804: WHERE ae_header_id IN (
805: SELECT ae_header_id
806: FROM xla_ae_headers
807: WHERE accounting_batch_id =

Line 917: FROM xla_ae_lines

913: AND ffsv.application_id = 101
914: AND ffsv.id_flex_code = 'GL#'
915: AND gcc.code_combination_id IN (
916: SELECT code_combination_id
917: FROM xla_ae_lines
918: WHERE ae_header_id IN (
919: SELECT ae_header_id
920: FROM xla_ae_headers
921: WHERE accounting_batch_id =