DBA Data[Home] [Help]

APPS.AP_ACCOUNTING_EVENTS_PKG dependencies on XLA_AE_LINES

Line 6724: UPDATE xla_ae_lines ael

6720: WHERE aeh.event_id = l_event_ids(i)
6721: AND application_id = 200
6722: AND gl_transfer_status_code <> 'Y';
6723:
6724: UPDATE xla_ae_lines ael
6725: SET ael.accounting_date = p_sweep_to_date,
6726: last_update_date = sysdate,
6727: last_updated_by = FND_GLOBAL.user_id
6728: WHERE ael.ae_header_id in (

Line 6831: UPDATE xla_ae_lines ael

6827: WHERE aeh.event_id = l_event_ids(i)
6828: AND application_id = 200
6829: AND gl_transfer_status_code <> 'Y';
6830:
6831: UPDATE xla_ae_lines ael
6832: SET ael.accounting_date = p_sweep_to_date,
6833: last_update_date = sysdate,
6834: last_updated_by = FND_GLOBAL.user_id
6835: WHERE ael.ae_header_id in (

Line 7091: UPDATE xla_ae_lines ael

7087: WHERE aeh.event_id = l_event_ids(i)
7088: AND application_id = 200
7089: AND gl_transfer_status_code <> 'Y';
7090:
7091: UPDATE xla_ae_lines ael
7092: SET ael.accounting_date = p_sweep_to_date,
7093: last_update_date = sysdate,
7094: last_updated_by = FND_GLOBAL.user_id
7095: WHERE ael.ae_header_id in (

Line 7193: UPDATE xla_ae_lines ael

7189: WHERE aeh.event_id = l_event_ids(i)
7190: AND application_id = 200
7191: AND gl_transfer_status_code <> 'Y';
7192:
7193: UPDATE xla_ae_lines ael
7194: SET ael.accounting_date = p_sweep_to_date,
7195: last_update_date = sysdate,
7196: last_updated_by = FND_GLOBAL.user_id
7197: WHERE ael.ae_header_id in (