DBA Data[Home] [Help]

APPS.PER_PAY_PROPOSALS_POPULATE dependencies on FND_CURRENCY

Line 125: l_format_mask:= FND_CURRENCY.GET_FORMAT_MASK(curcode,30);

121: BEGIN
122: hr_utility.set_location('Entering:'||l_proc,5);
123: hr_utility.set_location('curcode= '||curcode,10);
124:
125: l_format_mask:= FND_CURRENCY.GET_FORMAT_MASK(curcode,30);
126: hr_utility.set_location('format= '||l_format_mask,15);
127: fstring:=l_format_mask;
128: hr_utility.set_location('format= '||fstring,15);
129:

Line 140: FND_CURRENCY.BUILD_FORMAT_MASK(format_mask => l_format_mask

136: l_proc varchar2(72) := g_package||'get_currency_format';
137: BEGIN
138: hr_utility.set_location('Entering:'||l_proc,5);
139:
140: FND_CURRENCY.BUILD_FORMAT_MASK(format_mask => l_format_mask
141: ,field_length => 30
142: ,precision => 5
143: ,min_acct_unit => null);
144: hr_utility.set_location('format= '||l_format_mask,15);