DBA Data[Home] [Help]

APPS.POS_VENDOR_UTIL_PKG dependencies on XLE_BUSINESSINFO_GRP

Line 267: l_ptop_le_info xle_businessinfo_grp.ptop_le_rec;

263: )
264: IS
265: l_return_status VARCHAR2(1);
266: l_msg_data VARCHAR2(3000);
267: l_ptop_le_info xle_businessinfo_grp.ptop_le_rec;
268: BEGIN
269: IF p_accts_pay_ccid IS NULL OR p_operating_unit_id IS NULL THEN
270: x_le_id := NULL;
271: x_le_name := NULL;

Line 275: xle_businessinfo_grp.get_purchasetopay_info

271: x_le_name := NULL;
272: RETURN;
273: END IF;
274:
275: xle_businessinfo_grp.get_purchasetopay_info
276: (
277: x_return_status => l_return_status,
278: x_msg_data => l_msg_data,
279: P_registration_code => NULL,