DBA Data[Home] [Help]

APPS.XTR_WRAPPER_API_P dependencies on FND_GLOBAL

Line 790: sysdate, fnd_global.user_id,l_accrual_int,

786: (l_comp,acct_no,new_date,l_no_days,
787: new_bal_ledger,new_bal_intcalc,new_bal_cashflow,
788: l_int_bf,l_interest,l_new_rate,0,
789: 0,l_int_cf,l_setoff,l_limit_code,
790: sysdate, fnd_global.user_id,l_accrual_int,
791: l_original_amount, l_rounding_type, l_day_count_type, -- Added for Interest Override
792: P_ONE_DAY_FLOAT, P_TWO_DAY_FLOAT);
793: new_bal_ledger_hce := round(new_bal_ledger / l_hc_rate,roundfac);
794: P_RESULT := 'XTR3_BU_WARNING';

Line 810: sysdate, fnd_global.user_id,l_accrual_int,

806: (l_comp,acct_no,new_date,l_no_days,
807: new_bal_ledger,new_bal_intcalc,new_bal_cashflow,
808: l_int_bf,l_interest,l_new_rate,0,
809: 0,l_int_cf,l_setoff,l_limit_code,
810: sysdate, fnd_global.user_id,l_accrual_int,
811: l_original_amount, l_rounding_type, l_day_count_type, -- Added for Interest Override
812: P_ONE_DAY_FLOAT, P_TWO_DAY_FLOAT);
813: new_bal_ledger_hce := round(new_bal_ledger / l_hc_rate,roundfac);
814: P_RESULT := 'XTR3_BU_SUCCESS';

Line 840: updated_by=fnd_global.user_id,

836: accum_int_cfwd=l_int_cf,
837: setoff=l_setoff,
838: limit_code=l_limit_code,
839: updated_on=sysdate,
840: updated_by=fnd_global.user_id,
841: accrual_interest=l_accrual_int,
842: original_amount = l_original_amount, -- Added for Interest Override
843: rounding_type = l_rounding_type,
844: day_count_type = l_day_count_type,

Line 865: updated_by=fnd_global.user_id,

861: accum_int_cfwd=l_int_cf,
862: setoff=l_setoff,
863: limit_code=l_limit_code,
864: updated_on=sysdate,
865: updated_by=fnd_global.user_id,
866: accrual_interest=l_accrual_int,
867: original_amount = l_original_amount, -- Added for Interest Override
868: rounding_type = l_rounding_type,
869: day_count_type = l_day_count_type,

Line 1987: open get_user(fnd_global.user_id);

1983: open get_acct_no (p_party_bank_id, p_currency, p_intercompany_code);
1984: fetch get_acct_no into p_intercompany_account_no;
1985: close get_acct_no;
1986:
1987: open get_user(fnd_global.user_id);
1988: fetch get_user into p_company_dealer;
1989: close get_user;
1990:
1991: p_intercompany_dealer := p_company_dealer;

Line 2466: open get_user(fnd_global.user_id);

2462:
2463: ------------------------------------------------------------------
2464: -- 4) Set DEALER_CODE of XTR_INTERACCT_TRANSFERS
2465: ------------------------------------------------------------------
2466: open get_user(fnd_global.user_id);
2467: fetch get_user into l_Ext_IAC.dealer_code;
2468: close get_user;
2469:
2470: ------------------------------------------------------------------