DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on FND_GLOBAL

Line 591: sysdate, fnd_global.user_id,l_accrual_int,

587: (l_comp,acct_no,new_date,l_no_days,
588: new_bal_ledger,new_bal_intcalc,new_bal_cashflow,
589: l_int_bf,l_interest,l_new_rate,0,
590: 0,l_int_cf,l_setoff,l_limit_code,
591: sysdate, fnd_global.user_id,l_accrual_int,
592: l_original_amount, l_rounding_type, l_day_count_type, -- Added for Interest Override
593: P_ONE_DAY_FLOAT, P_TWO_DAY_FLOAT);
594: new_bal_ledger_hce := round(new_bal_ledger / l_hc_rate,roundfac);
595: P_RESULT := 'XTR3_BU_WARNING';

Line 611: sysdate, fnd_global.user_id,l_accrual_int,

607: (l_comp,acct_no,new_date,l_no_days,
608: new_bal_ledger,new_bal_intcalc,new_bal_cashflow,
609: l_int_bf,l_interest,l_new_rate,0,
610: 0,l_int_cf,l_setoff,l_limit_code,
611: sysdate, fnd_global.user_id,l_accrual_int,
612: l_original_amount, l_rounding_type, l_day_count_type, -- Added for Interest Override
613: P_ONE_DAY_FLOAT, P_TWO_DAY_FLOAT);
614: new_bal_ledger_hce := round(new_bal_ledger / l_hc_rate,roundfac);
615: P_RESULT := 'XTR3_BU_SUCCESS';

Line 641: updated_by=fnd_global.user_id,

637: accum_int_cfwd=l_int_cf,
638: setoff=l_setoff,
639: limit_code=l_limit_code,
640: updated_on=sysdate,
641: updated_by=fnd_global.user_id,
642: accrual_interest=l_accrual_int,
643: original_amount = l_original_amount, -- Added for Interest Override
644: rounding_type = l_rounding_type,
645: day_count_type = l_day_count_type,

Line 666: updated_by=fnd_global.user_id,

662: accum_int_cfwd=l_int_cf,
663: setoff=l_setoff,
664: limit_code=l_limit_code,
665: updated_on=sysdate,
666: updated_by=fnd_global.user_id,
667: accrual_interest=l_accrual_int,
668: original_amount = l_original_amount, -- Added for Interest Override
669: rounding_type = l_rounding_type,
670: day_count_type = l_day_count_type,

Line 1753: open get_user(fnd_global.user_id);

1749: open get_acct_no (p_party_bank_id, p_currency, p_intercompany_code);
1750: fetch get_acct_no into p_intercompany_account_no;
1751: close get_acct_no;
1752:
1753: open get_user(fnd_global.user_id);
1754: fetch get_user into p_company_dealer;
1755: close get_user;
1756:
1757: p_intercompany_dealer := p_company_dealer;

Line 2232: open get_user(fnd_global.user_id);

2228:
2229: ------------------------------------------------------------------
2230: -- 4) Set DEALER_CODE of XTR_INTERACCT_TRANSFERS
2231: ------------------------------------------------------------------
2232: open get_user(fnd_global.user_id);
2233: fetch get_user into l_Ext_IAC.dealer_code;
2234: close get_user;
2235:
2236: ------------------------------------------------------------------