DBA Data[Home] [Help]

APPS.JAI_AP_TOLERANCE_PKG dependencies on FND_GLOBAL

Line 165: ln_user_id := fnd_global.user_id;

161: --p_return_code := jai_constants.successful ;
162:
163: lv_vat_code := 'ROUNDING';
164: lv_description := 'Commercial Rounding Off Distribution';
165: ln_user_id := fnd_global.user_id;
166: ln_login_id := fnd_global.login_id;
167: lv_misc := 'MISCELLANEOUS'; -- Bug 7114863. Added by Laskhmi Gopalsami
168:
169: OPEN set_up_values;

Line 166: ln_login_id := fnd_global.login_id;

162:
163: lv_vat_code := 'ROUNDING';
164: lv_description := 'Commercial Rounding Off Distribution';
165: ln_user_id := fnd_global.user_id;
166: ln_login_id := fnd_global.login_id;
167: lv_misc := 'MISCELLANEOUS'; -- Bug 7114863. Added by Laskhmi Gopalsami
168:
169: OPEN set_up_values;
170: FETCH set_up_values INTO set_up_values_rec;