DBA Data[Home] [Help]

APPS.JG_ZZ_SHARED_PKG dependencies on XLE_UTILITIES_GRP

Line 157: l_country_tbl xle_utilities_grp.countrycode_tbl_type;

153: l_msg_count number;
154: l_global_cnt number;
155: l_msg_data varchar2(2000);
156: l_country_code varchar2(2);
157: l_country_tbl xle_utilities_grp.countrycode_tbl_type;
158: -- l_org_id_from_inv number(15); -- Bug 4963243
159: l_Inv_Le_info_rec XLE_BUSINESSINFO_GRP.inv_org_Rec_Type;
160: l_result VARCHAR2(100);
161: BEGIN

Line 171: xle_utilities_grp.get_fp_countrycode_ou (

167: return l_result;
168: END IF;
169:
170: IF p_org_id IS NOT NULL Then
171: xle_utilities_grp.get_fp_countrycode_ou (
172: p_api_version => 1.0,
173: p_init_msg_list => NULL,
174: p_commit => NULL,
175: x_return_status => l_return_status,

Line 186: xle_utilities_grp.get_fp_countrycode_lid (

182: l_country_code := NULL;
183: END IF;
184:
185: ELSIF p_ledger_id IS NOT NULL Then
186: xle_utilities_grp.get_fp_countrycode_lid (
187: p_api_version => 1.0,
188: p_init_msg_list => NULL,
189: p_commit => NULL,
190: x_return_status => l_return_status,

Line 260: xle_utilities_grp.get_fp_countrycode_ou (

256: End;
257:
258:
259: if l_org_id_from_inv is not null then
260: xle_utilities_grp.get_fp_countrycode_ou (
261: p_api_version => 1.0,
262: p_init_msg_list => NULL,
263: p_commit => NULL,
264: x_return_status => l_return_status,