DBA Data[Home] [Help]

APPS.PN_R12_UTIL_PKG dependencies on XLE_BUSINESSINFO_GRP

Line 195: l_le_rec_new xle_businessinfo_grp.ptop_le_rec;

191: p_org_id IN pn_payment_terms.org_id%TYPE)
192:
193: RETURN BOOLEAN IS
194:
195: l_le_rec_new xle_businessinfo_grp.ptop_le_rec;
196: l_le_rec_old xle_businessinfo_grp.ptop_le_rec;
197: l_msg_data VARCHAR2(250);
198: l_ret_status VARCHAR2(1);
199: l_answer BOOLEAN := TRUE;

Line 196: l_le_rec_old xle_businessinfo_grp.ptop_le_rec;

192:
193: RETURN BOOLEAN IS
194:
195: l_le_rec_new xle_businessinfo_grp.ptop_le_rec;
196: l_le_rec_old xle_businessinfo_grp.ptop_le_rec;
197: l_msg_data VARCHAR2(250);
198: l_ret_status VARCHAR2(1);
199: l_answer BOOLEAN := TRUE;
200: l_desc VARCHAR2(100);

Line 218: xle_businessinfo_grp.get_purchasetopay_info(

214: IF X <> Y THEN RETURN FALSE; ELSE RETURN TRUE
215: */
216: l_le_id_old := p_le_id_old;
217: IF l_le_id_old IS NULL THEN
218: xle_businessinfo_grp.get_purchasetopay_info(
219: x_return_status => l_ret_status
220: ,x_msg_data => l_msg_data
221: ,p_code_combination_id => p_ccid1
222: ,p_registration_code => null

Line 231: xle_businessinfo_grp.get_purchasetopay_info(

227: );
228: l_le_id_old := l_le_rec_old.legal_entity_id;
229: END IF;
230:
231: xle_businessinfo_grp.get_purchasetopay_info(
232: x_return_status => l_ret_status
233: ,x_msg_data => l_msg_data
234: ,p_code_combination_id => p_ccid2
235: ,p_registration_code => null

Line 407: l_le_rec_pay xle_businessinfo_grp.ptop_le_rec;

403: ,p_location_id pn_payment_terms.vendor_site_id%TYPE
404: ,p_org_id pn_payment_terms.org_id%TYPE)
405: RETURN NUMBER IS
406:
407: l_le_rec_pay xle_businessinfo_grp.ptop_le_rec;
408: l_msg_data VARCHAR2(250);
409: l_ret_status VARCHAR2(1);
410: l_desc VARCHAR2(100);
411:

Line 419: xle_businessinfo_grp.get_purchasetopay_info(

415: l_desc := 'pn_r12_util_pkg.get_let_for_ap';
416:
417: pnp_debug_pkg.log(l_desc ||' (+)');
418:
419: xle_businessinfo_grp.get_purchasetopay_info(
420: x_return_status => l_ret_status
421: ,x_msg_data => l_msg_data
422: ,p_registration_code => null
423: ,p_registration_number => null

Line 451: l_le_rec_rec xle_businessinfo_grp.otoc_le_rec;

447: ,p_transaction_type_id pn_payment_terms.cust_trx_type_id%TYPE
448: ,p_org_id pn_payment_terms.org_id%TYPE)
449: RETURN NUMBER IS
450:
451: l_le_rec_rec xle_businessinfo_grp.otoc_le_rec;
452: l_msg_data VARCHAR2(250);
453: l_ret_status VARCHAR2(1);
454: l_desc VARCHAR2(100);
455:

Line 464: xle_businessinfo_grp.get_ordertocash_info(

460: pnp_debug_pkg.log(l_desc ||' (+)');
461:
462: mo_global.set_org_access(p_org_id, null, 'AR');
463:
464: xle_businessinfo_grp.get_ordertocash_info(
465: x_return_status => l_ret_status
466: ,x_msg_data => l_msg_data
467: ,p_customer_type => 'BILL_TO'
468: ,p_customer_id => p_customer_id