DBA Data[Home] [Help]

APPS.PN_INDEX_RENT_PUB dependencies on PN_MO_CACHE_UTILS

Line 100: IF (NVL(pn_mo_cache_utils.get_profile_value('PN_AUTOMATIC_INDEX_RENT_NUMBERING', g_org_id), 'N')) <> 'Y'

96: /*********************************************/
97: -------------------------------------------
98: -- Make sure the Index Lease Number is not null if Auto Index Lease Number is setup to No
99:
100: IF (NVL(pn_mo_cache_utils.get_profile_value('PN_AUTOMATIC_INDEX_RENT_NUMBERING', g_org_id), 'N')) <> 'Y'
101: THEN
102: IF ( p_rent_index_rec .index_lease_number IS NULL OR p_rent_index_rec .index_lease_number = pn_index_rent_utils.g_pn_miss_char)
103: THEN
104: l_null_param := 'INDEX_LEASE_NUMBER';