DBA Data[Home] [Help]

APPS.GL_CONC_CONTROL_PKG dependencies on GL_LOOKUPS

Line 38: gl_lookups lk

34: x_creation_date,
35: x_created_by,
36: x_last_update_login
37: FROM
38: gl_lookups lk
39: WHERE
40: lk.lookup_type = 'CONCURRENCY_LEDGER'
41: AND NOT EXISTS(
42: SELECT 1

Line 118: gl_lookups lk

114: x_creation_date,
115: x_created_by,
116: x_last_update_login
117: FROM
118: gl_lookups lk
119: WHERE
120: lk.lookup_type = 'CONCURRENCY_SUBS'
121: AND NOT EXISTS(
122: SELECT 1