DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_RGM_DEFINITIONS

Line 714: cursor c_get_rgm_attribute ( cp_regime_id JAI_RGM_DEFINITIONS.regime_id%type

710: ln_fin_year jai_rgm_thresholds.fin_year%type;
711: lv_customer_type_lkup_code jai_ap_tds_thhold_hdrs.customer_type_lookup_code%type;
712:
713: /** cursor will fetch org_tan_no from regime setup */
714: cursor c_get_rgm_attribute ( cp_regime_id JAI_RGM_DEFINITIONS.regime_id%type
715: , cp_attribute_type_code JAI_RGM_REGISTRATIONS.attribute_type_code%type
716: , cp_attribute_code JAI_RGM_REGISTRATIONS.attribute_code%type
717: , cp_organization_id jai_rgm_parties.organization_id%type
718: )