DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_ENVIRONMENT_PKG

Line 839: , last_updated_by = xla_environment_pkg.g_usr_id

835: Set accounting_entry_status_code = 'N'
836: , request_id = g_request_id
837: , accounting_batch_id = g_accounting_batch_id
838: , last_update_date = sysdate
839: , last_updated_by = xla_environment_pkg.g_usr_id
840: , last_update_login = xla_environment_pkg.g_login_id
841: Where application_id = g_application_id
842: and ae_header_id in (Select ae_header_id from xla_ae_headers_gt)
843: RETURNING ae_header_id BULK COLLECT INTO g_array_ae_header_id; -- 5115223

Line 840: , last_update_login = xla_environment_pkg.g_login_id

836: , request_id = g_request_id
837: , accounting_batch_id = g_accounting_batch_id
838: , last_update_date = sysdate
839: , last_updated_by = xla_environment_pkg.g_usr_id
840: , last_update_login = xla_environment_pkg.g_login_id
841: Where application_id = g_application_id
842: and ae_header_id in (Select ae_header_id from xla_ae_headers_gt)
843: RETURNING ae_header_id BULK COLLECT INTO g_array_ae_header_id; -- 5115223
844: