DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_ENVIRONMENT_PKG

Line 852: , last_updated_by = xla_environment_pkg.g_usr_id

848: Set accounting_entry_status_code = 'N'
849: , request_id = g_request_id
850: , accounting_batch_id = g_accounting_batch_id
851: , last_update_date = sysdate
852: , last_updated_by = xla_environment_pkg.g_usr_id
853: , last_update_login = xla_environment_pkg.g_login_id
854: Where application_id = g_application_id
855: and ae_header_id in (Select ae_header_id from xla_ae_headers_gt)
856: RETURNING ae_header_id BULK COLLECT INTO g_array_ae_header_id; -- 5115223

Line 853: , last_update_login = xla_environment_pkg.g_login_id

849: , request_id = g_request_id
850: , accounting_batch_id = g_accounting_batch_id
851: , last_update_date = sysdate
852: , last_updated_by = xla_environment_pkg.g_usr_id
853: , last_update_login = xla_environment_pkg.g_login_id
854: Where application_id = g_application_id
855: and ae_header_id in (Select ae_header_id from xla_ae_headers_gt)
856: RETURNING ae_header_id BULK COLLECT INTO g_array_ae_header_id; -- 5115223
857: