DBA Data[Home] [Help]

APPS.JAI_PA_TAX_PKG dependencies on JAI_PA_SETUP_PREFERENCES

Line 365: from jai_pa_setup_contexts jpsc , jai_pa_setup_preferences jpsp

361:
362: -- responsible for getting prefernece and context from india localization project setup table
363: cursor cur_context_preference(cv_distribution_rule pa_projects_all.distribution_rule%type ) is
364: select jpsp.distribution_rule , jpsc.context ,jpsp.preference
365: from jai_pa_setup_contexts jpsc , jai_pa_setup_preferences jpsp
366: where jpsc.context_id = jpsp.context_id and
367: jpsp.distribution_rule = cv_distribution_rule
368: order by jpsp.preference asc ;
369: ------------------------------------------------------------------