DBA Data[Home] [Help]

APPS.PN_MASS_APPR_PKG dependencies on PN_MO_CACHE_UTILS

Line 408: = TO_NUMBER(pn_mo_cache_utils.get_profile_value('PN_SET_OF_BOOKS_ID'

404: CURSOR get_functional_currency IS
405: SELECT currency_code
406: FROM gl_sets_of_books
407: WHERE set_of_books_id
408: = TO_NUMBER(pn_mo_cache_utils.get_profile_value('PN_SET_OF_BOOKS_ID'
409: ,pn_mo_cache_utils.get_current_org_id));
410:
411: -------------------------------------------------------------------------------
412: -- get the shipping address rule

Line 409: ,pn_mo_cache_utils.get_current_org_id));

405: SELECT currency_code
406: FROM gl_sets_of_books
407: WHERE set_of_books_id
408: = TO_NUMBER(pn_mo_cache_utils.get_profile_value('PN_SET_OF_BOOKS_ID'
409: ,pn_mo_cache_utils.get_current_org_id));
410:
411: -------------------------------------------------------------------------------
412: -- get the shipping address rule
413: -- this will be used in check_bill_term

Line 492: := pnp_util_func.check_conversion_type(l_func_curr,pn_mo_cache_utils.get_current_org_id);

488: RAISE NO_DATA_FOUND;
489: END IF;
490:
491: l_curr_conv_type
492: := pnp_util_func.check_conversion_type(l_func_curr,pn_mo_cache_utils.get_current_org_id);
493:
494: /* Initialize pl/sql problem currency table */
495: bad_currency_table.DELETE;
496:

Line 644: pn_mo_cache_utils.get_current_org_id)

640: NVL(l_period_name,
641: PNP_UTIL_FUNC.get_default_gl_period
642: (l_payment_schedule_date,
643: l_application_id,
644: pn_mo_cache_utils.get_current_org_id)
645: )
646: );
647:
648: /* throw error of we cant get the period name */