DBA Data[Home] [Help]

APPS.JG_ZZ_SHARED_PKG dependencies on XLE_UTILITIES_GRP

Line 196: l_country_tbl xle_utilities_grp.countrycode_tbl_type;

192: l_msg_count number;
193: l_global_cnt number;
194: l_msg_data varchar2(2000);
195: l_country_code varchar2(2);
196: l_country_tbl xle_utilities_grp.countrycode_tbl_type;
197: -- l_org_id_from_inv number(15); -- Bug 4963243
198: l_Inv_Le_info_rec XLE_BUSINESSINFO_GRP.inv_org_Rec_Type;
199: l_result VARCHAR2(100);
200: BEGIN

Line 211: xle_utilities_grp.get_fp_countrycode_ou (

207: return l_result;
208: END IF;
209:
210: IF p_org_id IS NOT NULL Then
211: xle_utilities_grp.get_fp_countrycode_ou (
212: p_api_version => 1.0,
213: p_init_msg_list => NULL,
214: p_commit => NULL,
215: x_return_status => l_return_status,

Line 226: xle_utilities_grp.get_fp_countrycode_lid (

222: l_country_code := NULL;
223: END IF;
224:
225: ELSIF p_ledger_id IS NOT NULL Then
226: xle_utilities_grp.get_fp_countrycode_lid (
227: p_api_version => 1.0,
228: p_init_msg_list => NULL,
229: p_commit => NULL,
230: x_return_status => l_return_status,

Line 301: xle_utilities_grp.get_fp_countrycode_ou (

297: End;
298:
299:
300: if l_org_id_from_inv is not null then
301: xle_utilities_grp.get_fp_countrycode_ou (
302: p_api_version => 1.0,
303: p_init_msg_list => NULL,
304: p_commit => NULL,
305: x_return_status => l_return_status,