DBA Data[Home] [Help]

APPS.PMI_COMMON_PKG dependencies on GMF_GLCOMMON_DB

Line 92: l_exchange_rate := gmf_glcommon_db.get_closest_rate(p_from_curr,p_to_curr,

88: /* Open the cursor to get rate type */
89: OPEN cur_get_rate_type;
90: FETCH cur_get_rate_type into l_rate_type_code;
91: CLOSE cur_get_rate_type;
92: l_exchange_rate := gmf_glcommon_db.get_closest_rate(p_from_curr,p_to_curr,
93: p_rate_date,l_rate_type_code,
94: l_mul_div_sign,
95: l_error_code);
96: /* check if function returned any error

Line 146: l_exchange_rate := gmf_glcommon_db.get_closest_rate(p_from_curr,p_to_curr,

142: /* Open the cursor to get rate type */
143: OPEN cur_get_rate_type;
144: FETCH cur_get_rate_type into l_rate_type_code;
145: CLOSE cur_get_rate_type;
146: l_exchange_rate := gmf_glcommon_db.get_closest_rate(p_from_curr,p_to_curr,
147: p_rate_date,l_rate_type_code,
148: l_mul_div_sign,
149: l_error_code);
150: PV_PMICO_CE_F_CURR:=p_from_curr;