DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on GL_IMPORT_REFERENCES

Line 598: gl_import_references R

594: xla_ae_headers AEH,
595: xla_ae_lines AEL,
596: ap_invoice_distributions_all D,
597: xla_distribution_links LNK,
598: gl_import_references R
599: WHERE
600: ent.application_id = 200
601: and ent.application_id =aeh.application_id
602: and aeh.application_id = ael.application_id

Line 649: gl_import_references R

645: xla_ae_headers AEH,
646: xla_ae_lines AEL,
647: ap_payment_hist_dists D, -- bug 6956097
648: xla_distribution_links LNK,
649: gl_import_references R
650: WHERE
651: ent.application_id = 200
652: and (ent.ledger_id = g_parameter_rec.set_of_books_id
653: or ent.ledger_id in (SELECT from_ledger_id

Line 699: gl_import_references R

695: xla_ae_headers AEH,
696: xla_ae_lines AEL,
697: ap_prepay_app_dists D,
698: xla_distribution_links LNK,
699: gl_import_references R
700: WHERE
701: ent.application_id = 200
702: and ent.application_id =aeh.application_id
703: and aeh.application_id = ael.application_id

Line 1188: gl_import_references R,

1184: FROM xla_transaction_entities ent,
1185: xla_ae_headers AEH,
1186: xla_ae_lines AEL,
1187: xla_distribution_links LNK, --bug 7169346
1188: gl_import_references R,
1189: xla_event_types_b et
1190: WHERE
1191: ent.application_id = 222
1192: and (ent.ledger_id = g_parameter_rec.set_of_books_id

Line 1223: FROM gl_import_references glir

1219: reference_7,
1220: reference_8,
1221: reference_9,
1222: reference_10
1223: FROM gl_import_references glir
1224: WHERE glir.je_header_id = p_journal_rec.je_header_id
1225: AND glir.je_line_num = p_journal_rec.je_line_num;
1226: */
1227: l_acc_dr gl_je_lines.accounted_dr%TYPE;