DBA Data[Home] [Help]

APPS.AR_CALC_AGING dependencies on FA_RX_FLEX_PKG

Line 163: /* This is a wrapper function for the fa_rx_flex_pkg.flex_sql

159: l_ret_param varchar2(2000);
160:
161: BEGIN
162:
163: /* This is a wrapper function for the fa_rx_flex_pkg.flex_sql
164: When patch 4128137 is released, we need to replace this call with the corresponding
165: FND API calls */
166:
167: l_ret_param := fa_rx_flex_pkg.flex_sql(

Line 167: l_ret_param := fa_rx_flex_pkg.flex_sql(

163: /* This is a wrapper function for the fa_rx_flex_pkg.flex_sql
164: When patch 4128137 is released, we need to replace this call with the corresponding
165: FND API calls */
166:
167: l_ret_param := fa_rx_flex_pkg.flex_sql(
168: p_application_id => p_application_id,
169: p_id_flex_code => p_id_flex_code,
170: p_id_flex_num => p_id_flex_num,
171: p_table_alias => p_table_alias,

Line 193: /* This is a wrapper function for the fa_rx_flex_pkg.get_value

189:
190: l_value varchar2(2000);
191:
192: BEGIN
193: /* This is a wrapper function for the fa_rx_flex_pkg.get_value
194: When patch 4128137 is released, we need to replace this call with the corresponding
195: FND API calls */
196:
197: l_value := fa_rx_flex_pkg.get_value (

Line 197: l_value := fa_rx_flex_pkg.get_value (

193: /* This is a wrapper function for the fa_rx_flex_pkg.get_value
194: When patch 4128137 is released, we need to replace this call with the corresponding
195: FND API calls */
196:
197: l_value := fa_rx_flex_pkg.get_value (
198: p_application_id => p_application_id,
199: p_id_flex_code => p_id_flex_code,
200: p_id_flex_num => p_id_flex_num,
201: p_qualifier => p_qualifier,

Line 219: /* This is a wrapper function for the fa_rx_flex_pkg.get_description

215: l_description varchar2(2000);
216: l_account varchar2(30);
217:
218: BEGIN
219: /* This is a wrapper function for the fa_rx_flex_pkg.get_description
220: When patch 4128137 is released, we need to replace this call with the corresponding
221: FND API calls */
222:
223: l_account := get_value(p_application_id => p_application_id,

Line 229: l_description := fa_rx_flex_pkg.get_description(

225: p_id_flex_num => p_id_flex_num,
226: p_qualifier => p_qualifier,
227: p_ccid => p_data);
228:
229: l_description := fa_rx_flex_pkg.get_description(
230: p_application_id => p_application_id,
231: p_id_flex_code => p_id_flex_code,
232: p_id_flex_num => p_id_flex_num,
233: p_qualifier => p_qualifier,