DBA Data[Home] [Help]

APPS.PN_R12_UTIL_PKG dependencies on MO_GLOBAL

Line 443: -- 05-AUG-05 ftanudja o added call to mo_global. #4526616,#4497295.

439: -- RETURNS : LE given the specified parameters
440: -- NOTES : for R12 release uptake
441: -- HISTORY
442: -- 11-JUL-05 ftanudja o created.
443: -- 05-AUG-05 ftanudja o added call to mo_global. #4526616,#4497295.
444: --------------------------------------------------------------------------
445: FUNCTION get_le_for_ar(
446: p_customer_id pn_payment_terms.customer_id%TYPE
447: ,p_transaction_type_id pn_payment_terms.cust_trx_type_id%TYPE

Line 462: mo_global.set_org_access(p_org_id, null, 'AR');

458: l_desc := 'pn_r12_util_pkg.get_let_for_ar';
459:
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