DBA Data[Home] [Help]

APPS.AR_CALC_AGING dependencies on FA_RX_FLEX_PKG

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

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

Line 166: l_ret_param := fa_rx_flex_pkg.flex_sql(

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

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

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

Line 196: l_value := fa_rx_flex_pkg.get_value (

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

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

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

Line 228: l_description := fa_rx_flex_pkg.get_description(

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