DBA Data[Home] [Help]

APPS.PQH_PSF_BUS dependencies on FND_CURRENCY

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

4628: pqh_utility.set_message_token('POSITION',
4629: hr_general.decode_position(l_asg_position_id));
4630: pqh_utility.set_message_token('UNDER_BUDGETED_AMT',
4631: to_char( -l_pos_under_budgeted_amt,
4632: fnd_currency.GET_FORMAT_MASK(nvl(l_currency_code,'USD'),length(trunc(l_pos_under_budgeted_amt))+15)
4633: ));
4634: /*
4635: pqh_utility.set_message_token('BUDGETED',nvl(l_pos_budgeted_amt,0));
4636: pqh_utility.set_message_token('ACTUALS',nvl(l_pos_actuals_amt,0));