DBA Data[Home] [Help]

APPS.JAI_PA_TAX_PKG dependencies on JAI_PA_SETUP_CONTEXTS

Line 376: from jai_pa_setup_contexts jpsc , jai_pa_setup_preferences jpsp

372:
373: -- responsible for getting prefernece and context from india localization project setup table
374: cursor cur_context_preference(cv_distribution_rule pa_projects_all.distribution_rule%type ) is
375: select jpsp.distribution_rule , jpsc.context ,jpsp.preference
376: from jai_pa_setup_contexts jpsc , jai_pa_setup_preferences jpsp
377: where jpsc.context_id = jpsp.context_id and
378: jpsp.distribution_rule = cv_distribution_rule
379: order by jpsp.preference asc ;
380: ------------------------------------------------------------------