DBA Data[Home] [Help]

APPS.PN_APPROVE_VARENT_PKG dependencies on PN_MO_CACHE_UTILS

Line 401: -- 23-NOV-05 pikhar o Passed org_id in pn_mo_cache_utils.get_profile_value

397: -- term if period of payment term does not overlap
398: -- with an existing approved schedule. Bug # 2235148.
399: -- 22-NOV-04 Kiran o Bug 3751438 - rewrote to ensure the term details and
400: -- distributions are validated.
401: -- 23-NOV-05 pikhar o Passed org_id in pn_mo_cache_utils.get_profile_value
402: -- 09-JAN-07 lbala o Removed call to check_approved_schedule_exists for
403: -- M28 item# 11
404: -- 12-Mar-07 Shabda o 5911819 - Modified vol_hist_all update stamements.
405: -- 30-NOV-07 rkartha o Bug#7652214 Correcting the forward port of Bug#6412170.

Line 590: l_acc_optn := NVL( pn_mo_cache_utils.get_profile_value

586: BEGIN
587:
588: /* init variables */
589: /* init the exists flags and counters */
590: l_acc_optn := NVL( pn_mo_cache_utils.get_profile_value
591: ('PN_ACCOUNTING_OPTION',l_org_id),'Y');
592:
593: l_exp_rev_exists := FALSE;
594: l_lia_rec_exists := FALSE;