DBA Data[Home] [Help]

APPS.AP_ACCOUNTING_EVENTS_PKG dependencies on XLA_AE_LINES

Line 5980: UPDATE xla_ae_lines ael

5976: WHERE aeh.event_id = l_event_ids(i)
5977: AND application_id = 200
5978: AND gl_transfer_status_code <> 'Y';
5979:
5980: UPDATE xla_ae_lines ael
5981: SET ael.accounting_date = p_sweep_to_date,
5982: last_update_date = sysdate,
5983: last_updated_by = FND_GLOBAL.user_id
5984: WHERE ael.ae_header_id in (

Line 6087: UPDATE xla_ae_lines ael

6083: WHERE aeh.event_id = l_event_ids(i)
6084: AND application_id = 200
6085: AND gl_transfer_status_code <> 'Y';
6086:
6087: UPDATE xla_ae_lines ael
6088: SET ael.accounting_date = p_sweep_to_date,
6089: last_update_date = sysdate,
6090: last_updated_by = FND_GLOBAL.user_id
6091: WHERE ael.ae_header_id in (

Line 6347: UPDATE xla_ae_lines ael

6343: WHERE aeh.event_id = l_event_ids(i)
6344: AND application_id = 200
6345: AND gl_transfer_status_code <> 'Y';
6346:
6347: UPDATE xla_ae_lines ael
6348: SET ael.accounting_date = p_sweep_to_date,
6349: last_update_date = sysdate,
6350: last_updated_by = FND_GLOBAL.user_id
6351: WHERE ael.ae_header_id in (

Line 6449: UPDATE xla_ae_lines ael

6445: WHERE aeh.event_id = l_event_ids(i)
6446: AND application_id = 200
6447: AND gl_transfer_status_code <> 'Y';
6448:
6449: UPDATE xla_ae_lines ael
6450: SET ael.accounting_date = p_sweep_to_date,
6451: last_update_date = sysdate,
6452: last_updated_by = FND_GLOBAL.user_id
6453: WHERE ael.ae_header_id in (