DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_AP_TDS_THHOLD_TAXES

Line 50: , p_org_id in jai_ap_tds_thhold_taxes.operating_unit_id%type default null

46: , p_organization_id in hr_organization_units.organization_id%type default null
47: , p_party_type in jai_rgm_thresholds.party_type%type
48: , p_party_id in jai_rgm_thresholds.party_id%type
49: , p_fin_year in jai_rgm_thresholds.fin_year%type default null
50: , p_org_id in jai_ap_tds_thhold_taxes.operating_unit_id%type default null
51: , p_source_trx_date in date default null
52: , p_called_from in varchar2 default null
53: , p_threshold_slab_id out nocopy jai_rgm_thresholds.threshold_slab_id%type
54: , p_process_flag out nocopy varchar2

Line 74: , p_org_id in jai_ap_tds_thhold_taxes.operating_unit_id%type

70:
71: procedure get_threshold_tax_cat_id
72: (
73: p_threshold_slab_id in jai_rgm_thresholds.threshold_slab_id%type
74: , p_org_id in jai_ap_tds_thhold_taxes.operating_unit_id%type
75: , p_threshold_tax_cat_id out nocopy jai_ap_tds_thhold_taxes.tax_category_id%type
76: , p_process_flag out nocopy varchar2
77: , p_process_message out nocopy varchar2
78: );

Line 75: , p_threshold_tax_cat_id out nocopy jai_ap_tds_thhold_taxes.tax_category_id%type

71: procedure get_threshold_tax_cat_id
72: (
73: p_threshold_slab_id in jai_rgm_thresholds.threshold_slab_id%type
74: , p_org_id in jai_ap_tds_thhold_taxes.operating_unit_id%type
75: , p_threshold_tax_cat_id out nocopy jai_ap_tds_thhold_taxes.tax_category_id%type
76: , p_process_flag out nocopy varchar2
77: , p_process_message out nocopy varchar2
78: );
79: /*

Line 104: , p_threshold_tax_cat_id in jai_ap_tds_thhold_taxes.tax_category_id%type

100: p_source_trx_id in number
101: , p_source_trx_line_id in number
102: , p_source_event in varchar2
103: , p_action in varchar2
104: , p_threshold_tax_cat_id in jai_ap_tds_thhold_taxes.tax_category_id%type
105: , p_tax_base_line_number in number default 0
106: , p_last_line_number in number default 0
107: , p_currency_code in varchar2 default null
108: , p_currency_conv_rate in number default null