DBA Data[Home] [Help]

APPS.PQP_PENSION_TYPES_API dependencies on HR_GENERAL

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

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

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

266: fetch csr_bg Into l_currency_code,l_legislation_code,g_bg_grp_name;
267: Close csr_bg;
268: hr_utility.set_location(' Fetched the currency code :'||l_currency_code,15);
269: ElsIf p_legislation_code Is Not Null Then
270: l_currency_code := hr_general.default_currency_code(p_legislation_code);
271: l_legislation_code := p_legislation_code;
272: Else
273: fnd_message.set_name('PQP', 'PQP_230807_INV_BUSGRP_LEGCODE');
274: fnd_message.raise_error;

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

457: fetch csr_bg Into l_currency_code,l_legislation_code,g_bg_grp_name;
458: Close csr_bg;
459: hr_utility.set_location(' Fetched the currency code :'||l_currency_code,15);
460: ElsIf p_legislation_code Is Not Null Then
461: l_currency_code := hr_general.default_currency_code(p_legislation_code);
462: l_legislation_code := p_legislation_code;
463: Else
464: fnd_message.set_name('PQP', 'PQP_230807_INV_BUSGRP_LEGCODE');
465: fnd_message.raise_error;

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

663: fetch csr_bg Into l_currency_code,l_legislation_code,g_bg_grp_name;
664: Close csr_bg;
665: hr_utility.set_location(' Fetched the currency code :'||l_currency_code,15);
666: ElsIf p_legislation_code Is Not Null Then
667: l_currency_code := hr_general.default_currency_code(p_legislation_code);
668: l_legislation_code := p_legislation_code;
669: Else
670: fnd_message.set_name('PQP', 'PQP_230807_INV_BUSGRP_LEGCODE');
671: fnd_message.raise_error;