DBA Data[Home] [Help]

APPS.JL_ZZ_GL_SEGS_PKG dependencies on FND_APPLICATION

Line 73: FROM fnd_application

69:
70: -- Get application id
71: SELECT application_id
72: INTO app_id
73: FROM fnd_application
74: WHERE application_short_name = 'SQLGL';
75:
76: -- Get concatenated segment delimiter
77: delimiter := fnd_flex_ext.get_delimiter('SQLGL','GL#',cht_id);

Line 149: FROM fnd_application

145:
146: -- Get application id
147: SELECT application_id
148: INTO app_id
149: FROM fnd_application
150: WHERE application_short_name = 'SQLGL';
151:
152: -- Get concatenated segment delimiter
153: delimiter := fnd_flex_ext.get_delimiter('SQLGL','GL#',cht_id);