DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on FND_GLOBAL

Line 69: ln_user_id fnd_user.user_id%type := fnd_global.user_id;

65:
66: ln_trx_ref_id jai_rgm_refs_all.trx_ref_id%type;
67: ln_currency_code jai_rgm_taxes.currency_code%type;
68:
69: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
70: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
71:
72: -- start, Bgowrava for Forward porting Bug#5989740
73: ln_surcharge_sh_cess_tax_id jai_rgm_taxes.tax_id%type;

Line 70: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;

66: ln_trx_ref_id jai_rgm_refs_all.trx_ref_id%type;
67: ln_currency_code jai_rgm_taxes.currency_code%type;
68:
69: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
70: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
71:
72: -- start, Bgowrava for Forward porting Bug#5989740
73: ln_surcharge_sh_cess_tax_id jai_rgm_taxes.tax_id%type;
74: ln_surcharge_sh_cess_tax_rate jai_rgm_taxes.tax_rate%type;

Line 1084: ln_user_id fnd_user.user_id%type := fnd_global.user_id;

1080:
1081: r_taxes jai_cmn_tax_defaultation_pkg.tax_rec_typ;
1082:
1083: ln_tax_amount number ;
1084: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
1085: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
1086: lv_currency fnd_currencies.currency_code%type;
1087: ln_curr_conv_factor number;
1088: ln_exists number(2);

Line 1085: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;

1081: r_taxes jai_cmn_tax_defaultation_pkg.tax_rec_typ;
1082:
1083: ln_tax_amount number ;
1084: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
1085: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
1086: lv_currency fnd_currencies.currency_code%type;
1087: ln_curr_conv_factor number;
1088: ln_exists number(2);
1089:

Line 1511: ln_user_id fnd_user.user_id%type := fnd_global.user_id;

1507: ln_new_thhold_slab_id jai_rgm_thresholds.threshold_slab_id%type;
1508: ln_thhold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
1509:
1510:
1511: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
1512: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
1513:
1514:
1515:

Line 1512: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;

1508: ln_thhold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
1509:
1510:
1511: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
1512: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
1513:
1514:
1515:
1516: begin

Line 2165: ln_user_id fnd_user.user_id%type := fnd_global.user_id;

2161:
2162: ln_total_thhold_amt jai_rgm_thresholds.total_threshold_amt%type;
2163: ln_total_thhold_base_amt jai_rgm_thresholds.total_threshold_base_amt%type;
2164:
2165: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
2166: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
2167:
2168:
2169: begin

Line 2166: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;

2162: ln_total_thhold_amt jai_rgm_thresholds.total_threshold_amt%type;
2163: ln_total_thhold_base_amt jai_rgm_thresholds.total_threshold_base_amt%type;
2164:
2165: ln_user_id fnd_user.user_id%type := fnd_global.user_id;
2166: ln_login_id fnd_logins.login_id%type := fnd_global.login_id;
2167:
2168:
2169: begin
2170: /** Initialize process variables */