DBA Data[Home] [Help]

APPS.PAY_EEI_BUS dependencies on PAY_EEI_BUS

Line 1: Package Body pay_eei_bus as

1: Package Body pay_eei_bus as
2: /* $Header: pyeeirhi.pkb 120.11 2006/07/12 05:28:45 vikgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pay_eei_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_eei_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 115: if ( nvl(pay_eei_bus.g_element_type_extra_info_id, hr_api.g_number)

111: ,p_argument => 'element_type_extra_info_id'
112: ,p_argument_value => p_element_type_extra_info_id
113: );
114: --
115: if ( nvl(pay_eei_bus.g_element_type_extra_info_id, hr_api.g_number)
116: = p_element_type_extra_info_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 122: l_legislation_code := pay_eei_bus.g_legislation_code;

118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global
120: -- variable.
121: --
122: l_legislation_code := pay_eei_bus.g_legislation_code;
123: hr_utility.set_location(l_proc, 20);
124: else
125: --
126: -- The ID is different to the last call to this function

Line 146: pay_eei_bus.g_element_type_extra_info_id := p_element_type_extra_info_id;

142: -- Set the global variables so the values are
143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: pay_eei_bus.g_element_type_extra_info_id := p_element_type_extra_info_id;
147: pay_eei_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;

Line 147: pay_eei_bus.g_legislation_code := l_legislation_code;

143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: pay_eei_bus.g_element_type_extra_info_id := p_element_type_extra_info_id;
147: pay_eei_bus.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;

Line 895: pay_eei_bus.chk_input_value(p_input_Value => p_eei_information9

891: end if;
892:
893: -- Validate that Input Value Name entered is correct
894: if p_eei_information9 is not null then
895: pay_eei_bus.chk_input_value(p_input_Value => p_eei_information9
896: ,p_element_type_id => p_element_type_id);
897: end if;
898:
899: -- If Pay Source Value is other than Input Value then

Line 1331: pay_eei_bus.chk_ddf(p_rec);

1327: hr_api.set_security_group_id(p_security_group_id => 0);
1328: --
1329: end if;
1330: --
1331: pay_eei_bus.chk_ddf(p_rec);
1332: --
1333: pay_eei_bus.chk_df(p_rec);
1334: --
1335:

Line 1333: pay_eei_bus.chk_df(p_rec);

1329: end if;
1330: --
1331: pay_eei_bus.chk_ddf(p_rec);
1332: --
1333: pay_eei_bus.chk_df(p_rec);
1334: --
1335:
1336: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1337: --

Line 1338: pay_eei_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,

1334: --
1335:
1336: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1337: --
1338: pay_eei_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,
1339: p_qualifier => p_rec.eei_information3,
1340: p_element_type_id => p_rec.element_type_id );
1341:
1342:

Line 1344: pay_eei_bus.chk_mandatory_params(

1340: p_element_type_id => p_rec.element_type_id );
1341:
1342:
1343:
1344: pay_eei_bus.chk_mandatory_params(
1345: p_eei_information2 => p_rec.eei_information2
1346: ,p_eei_information7 => p_rec.eei_information7
1347: ,p_eei_information8 => p_rec.eei_information8
1348: ,p_eei_information9 => p_rec.eei_information9

Line 1363: pay_eei_bus.chk_duplicate_rate_type (

1359: end if;
1360:
1361: if (p_rec.information_type = 'PQP_UK_RATE_TYPE') then
1362: --
1363: pay_eei_bus.chk_duplicate_rate_type (
1364: p_element_type_extra_info_id => p_rec.element_type_extra_info_id,
1365: p_element_type_id => p_rec.element_type_id,
1366: p_rate_type => p_rec.eei_information1
1367: );

Line 1375: pay_eei_bus.chk_duplicate_element_code (

1371: /*
1372: if (p_rec.information_type = 'PQP_GB_PENSERV_ALLOWANCE_INFO') OR
1373: (p_rec.information_type = 'PQP_GB_PENSERV_BONUS_INFO')then
1374: --
1375: pay_eei_bus.chk_duplicate_element_code (
1376: p_element_type_id => p_rec.element_type_id
1377: ,p_element_code => p_rec.eei_information2
1378: ,p_information_type => p_rec.information_type
1379: );

Line 1385: pay_eei_bus.chk_duplicate_element_code (

1381: end if;
1382: */
1383: if (p_rec.information_type = 'PQP_GB_PENSERV_ALLOWANCE_INFO') then
1384: --
1385: pay_eei_bus.chk_duplicate_element_code (
1386: p_element_type_id => p_rec.element_type_id
1387: ,p_element_code => p_rec.eei_information2
1388: ,p_information_type => p_rec.information_type
1389: );

Line 1391: pay_eei_bus.chk_allow_spread_bonus_chk (

1387: ,p_element_code => p_rec.eei_information2
1388: ,p_information_type => p_rec.information_type
1389: );
1390:
1391: pay_eei_bus.chk_allow_spread_bonus_chk (
1392: p_element_type_id => p_rec.element_type_id
1393: ,p_spread_bonus_flag => p_rec.eei_information6
1394: );
1395:

Line 1398: pay_eei_bus.chk_duplicate_element_code (

1394: );
1395:
1396: elsif (p_rec.information_type = 'PQP_GB_PENSERV_BONUS_INFO') then
1397: --
1398: pay_eei_bus.chk_duplicate_element_code (
1399: p_element_type_id => p_rec.element_type_id
1400: ,p_element_code => p_rec.eei_information2
1401: ,p_information_type => p_rec.information_type
1402: );

Line 1404: pay_eei_bus.chk_valid_bonus_elements (

1400: ,p_element_code => p_rec.eei_information2
1401: ,p_information_type => p_rec.information_type
1402: );
1403:
1404: pay_eei_bus.chk_valid_bonus_elements (
1405: p_element_type_id => p_rec.element_type_id
1406: );
1407: --
1408: end if;

Line 1461: pay_eei_bus.chk_ddf(p_rec);

1457: (p_rec => p_rec
1458: );
1459: --
1460: --
1461: pay_eei_bus.chk_ddf(p_rec);
1462: --
1463: pay_eei_bus.chk_df(p_rec);
1464: --
1465:

Line 1463: pay_eei_bus.chk_df(p_rec);

1459: --
1460: --
1461: pay_eei_bus.chk_ddf(p_rec);
1462: --
1463: pay_eei_bus.chk_df(p_rec);
1464: --
1465:
1466: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1467: --

Line 1468: pay_eei_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,

1464: --
1465:
1466: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1467: --
1468: pay_eei_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,
1469: p_qualifier => p_rec.eei_information3,
1470: p_element_type_id => p_rec.element_type_id);
1471: --
1472:

Line 1473: pay_eei_bus.chk_mandatory_params(

1469: p_qualifier => p_rec.eei_information3,
1470: p_element_type_id => p_rec.element_type_id);
1471: --
1472:
1473: pay_eei_bus.chk_mandatory_params(
1474: p_eei_information2 => p_rec.eei_information2
1475: ,p_eei_information7 => p_rec.eei_information7
1476: ,p_eei_information8 => p_rec.eei_information8
1477: ,p_eei_information9 => p_rec.eei_information9

Line 1491: pay_eei_bus.chk_duplicate_rate_type (

1487:
1488: end if;
1489: if (p_rec.information_type = 'PQP_UK_RATE_TYPE') then
1490: --
1491: pay_eei_bus.chk_duplicate_rate_type (
1492: p_element_type_extra_info_id => p_rec.element_type_extra_info_id,
1493: p_element_type_id => p_rec.element_type_id,
1494: p_rate_type => p_rec.eei_information1
1495: );

Line 1503: pay_eei_bus.chk_duplicate_element_code (

1499: /*
1500: if (p_rec.information_type = 'PQP_GB_PENSERV_ALLOWANCE_INFO') OR
1501: (p_rec.information_type = 'PQP_GB_PENSERV_BONUS_INFO')then
1502: --
1503: pay_eei_bus.chk_duplicate_element_code (
1504: p_element_type_id => p_rec.element_type_id
1505: ,p_element_code => p_rec.eei_information2
1506: ,p_information_type => p_rec.information_type
1507: );

Line 1514: pay_eei_bus.chk_duplicate_element_code (

1510: */
1511:
1512: if (p_rec.information_type = 'PQP_GB_PENSERV_ALLOWANCE_INFO') then
1513: --
1514: pay_eei_bus.chk_duplicate_element_code (
1515: p_element_type_id => p_rec.element_type_id
1516: ,p_element_code => p_rec.eei_information2
1517: ,p_information_type => p_rec.information_type
1518: );

Line 1520: pay_eei_bus.chk_allow_spread_bonus_chk (

1516: ,p_element_code => p_rec.eei_information2
1517: ,p_information_type => p_rec.information_type
1518: );
1519:
1520: pay_eei_bus.chk_allow_spread_bonus_chk (
1521: p_element_type_id => p_rec.element_type_id
1522: ,p_spread_bonus_flag => p_rec.eei_information6
1523: );
1524:

Line 1527: pay_eei_bus.chk_duplicate_element_code (

1523: );
1524:
1525: elsif (p_rec.information_type = 'PQP_GB_PENSERV_BONUS_INFO') then
1526: --
1527: pay_eei_bus.chk_duplicate_element_code (
1528: p_element_type_id => p_rec.element_type_id
1529: ,p_element_code => p_rec.eei_information2
1530: ,p_information_type => p_rec.information_type
1531: );

Line 1532: pay_eei_bus.chk_valid_bonus_elements (

1528: p_element_type_id => p_rec.element_type_id
1529: ,p_element_code => p_rec.eei_information2
1530: ,p_information_type => p_rec.information_type
1531: );
1532: pay_eei_bus.chk_valid_bonus_elements (
1533: p_element_type_id => p_rec.element_type_id
1534: );
1535: --
1536: end if;

Line 1559: end pay_eei_bus;

1555: --
1556: hr_utility.set_location(' Leaving:'||l_proc, 10);
1557: End delete_validate;
1558: ---
1559: end pay_eei_bus;