DBA Data[Home] [Help]

APPS.GMF_GL_GET_CONV_RATE dependencies on GL_SRCE_MST

Line 14: gl_srce_mst gmtype

10:
11: CURSOR C_get_conv_type IS
12: SELECT conversion_type
13: FROM gl_daily_conversion_types types,
14: gl_srce_mst gmtype
15: WHERE
16: gmtype.rate_type_code = types.user_conversion_type
17: AND gmtype.trans_source_code = 'OP';
18: