DBA Data[Home] [Help]

APPS.PQP_PENSION_TYPES_API dependencies on HR_GENERAL

Line 91: l_currency_code := hr_general.default_currency_code(p_legislation_code);

87: fetch csr_bg Into l_currency_code,l_legislation_code,g_bg_grp_name;
88: Close csr_bg;
89: hr_utility.set_location(' Fetched the currency code :'||l_currency_code,15);
90: ElsIf p_legislation_code Is Not Null Then
91: l_currency_code := hr_general.default_currency_code(p_legislation_code);
92: l_legislation_code := p_legislation_code;
93: Else
94: fnd_message.set_name('PQP', 'PQP_230807_INV_BUSGRP_LEGCODE');
95: fnd_message.raise_error;

Line 286: l_currency_code := hr_general.default_currency_code(p_legislation_code);

282: fetch csr_bg Into l_currency_code,l_legislation_code,g_bg_grp_name;
283: Close csr_bg;
284: hr_utility.set_location(' Fetched the currency code :'||l_currency_code,15);
285: ElsIf p_legislation_code Is Not Null Then
286: l_currency_code := hr_general.default_currency_code(p_legislation_code);
287: l_legislation_code := p_legislation_code;
288: Else
289: fnd_message.set_name('PQP', 'PQP_230807_INV_BUSGRP_LEGCODE');
290: fnd_message.raise_error;

Line 491: l_currency_code := hr_general.default_currency_code(p_legislation_code);

487: fetch csr_bg Into l_currency_code,l_legislation_code,g_bg_grp_name;
488: Close csr_bg;
489: hr_utility.set_location(' Fetched the currency code :'||l_currency_code,15);
490: ElsIf p_legislation_code Is Not Null Then
491: l_currency_code := hr_general.default_currency_code(p_legislation_code);
492: l_legislation_code := p_legislation_code;
493: Else
494: fnd_message.set_name('PQP', 'PQP_230807_INV_BUSGRP_LEGCODE');
495: fnd_message.raise_error;

Line 729: l_currency_code := hr_general.default_currency_code(p_legislation_code);

725: fetch csr_bg Into l_currency_code,l_legislation_code,g_bg_grp_name;
726: Close csr_bg;
727: hr_utility.set_location(' Fetched the currency code :'||l_currency_code,15);
728: ElsIf p_legislation_code Is Not Null Then
729: l_currency_code := hr_general.default_currency_code(p_legislation_code);
730: l_legislation_code := p_legislation_code;
731: Else
732: fnd_message.set_name('PQP', 'PQP_230807_INV_BUSGRP_LEGCODE');
733: fnd_message.raise_error;