DBA Data[Home] [Help]

APPS.PNRX_SP_ASSIGN_BY_LEASE dependencies on FND_PROFILE

Line 178: fnd_profile.get('LOGIN_ID', l_login_id);

174: PNP_DEBUG_PKG.put_log_msg('pn_sp_assign_leaseConditions(+)');
175: --Initialise status parameters...
176: retcode:=0;
177: errbuf:='';
178: fnd_profile.get('LOGIN_ID', l_login_id);
179: SELECT chart_of_accounts_id INTO v_coa_id
180: FROM GL_SETS_OF_BOOKS
181: WHERE set_of_books_id= TO_NUMBER(pn_mo_cache_utils.get_profile_value('PN_SET_OF_BOOKS_ID',
182: pn_mo_cache_utils.get_current_org_id));