DBA Data[Home] [Help]

APPS.GMF_GL_GET_CONV_RATE dependencies on GL_DAILY_CONVERSION_TYPES

Line 13: FROM gl_daily_conversion_types types,

9: NVL(ars.org_id,0)=NVL(porg_id, NVL(ars.org_id,0));
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';