DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on FND_CURRENCY

Line 5020: fnd_currency.GET_FORMAT_MASK(nvl(l_currency_code,'USD'),length(trunc(l_pos_under_budgeted_amt))+15)

5016: pqh_utility.set_message_token('POSITION',
5017: hr_general.decode_position(l_asg_position_id));
5018: pqh_utility.set_message_token('UNDER_BUDGETED_AMT',
5019: to_char( -l_pos_under_budgeted_amt,
5020: fnd_currency.GET_FORMAT_MASK(nvl(l_currency_code,'USD'),length(trunc(l_pos_under_budgeted_amt))+15)
5021: ));
5022: /*
5023: pqh_utility.set_message_token('BUDGETED',nvl(l_pos_budgeted_amt,0));
5024: pqh_utility.set_message_token('ACTUALS',nvl(l_pos_actuals_amt,0));