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.12020000.2 2013/02/06 13:17:37 kskoduri ship $ */
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 1334: pay_eei_bus.chk_ddf(p_rec);

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

Line 1336: pay_eei_bus.chk_df(p_rec);

1332: end if;
1333: --
1334: pay_eei_bus.chk_ddf(p_rec);
1335: --
1336: pay_eei_bus.chk_df(p_rec);
1337: --
1338:
1339: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1340: --

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

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

Line 1347: pay_eei_bus.chk_mandatory_params(

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

Line 1366: pay_eei_bus.chk_duplicate_rate_type (

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

Line 1378: pay_eei_bus.chk_duplicate_element_code (

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

Line 1388: pay_eei_bus.chk_duplicate_element_code (

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

Line 1394: pay_eei_bus.chk_allow_spread_bonus_chk (

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

Line 1401: pay_eei_bus.chk_duplicate_element_code (

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

Line 1407: pay_eei_bus.chk_valid_bonus_elements (

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

Line 1467: pay_eei_bus.chk_ddf(p_rec);

1463: (p_rec => p_rec
1464: );
1465: --
1466: --
1467: pay_eei_bus.chk_ddf(p_rec);
1468: --
1469: pay_eei_bus.chk_df(p_rec);
1470: --
1471:

Line 1469: pay_eei_bus.chk_df(p_rec);

1465: --
1466: --
1467: pay_eei_bus.chk_ddf(p_rec);
1468: --
1469: pay_eei_bus.chk_df(p_rec);
1470: --
1471:
1472: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1473: --

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

1470: --
1471:
1472: if (p_rec.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION') then
1473: --
1474: pay_eei_bus.chk_qualifier(p_pay_source_value => p_rec.eei_information2,
1475: p_qualifier => p_rec.eei_information3,
1476: p_element_type_id => p_rec.element_type_id);
1477: --
1478:

Line 1479: pay_eei_bus.chk_mandatory_params(

1475: p_qualifier => p_rec.eei_information3,
1476: p_element_type_id => p_rec.element_type_id);
1477: --
1478:
1479: pay_eei_bus.chk_mandatory_params(
1480: p_eei_information2 => p_rec.eei_information2
1481: ,p_eei_information7 => p_rec.eei_information7
1482: ,p_eei_information8 => p_rec.eei_information8
1483: ,p_eei_information9 => p_rec.eei_information9

Line 1497: pay_eei_bus.chk_duplicate_rate_type (

1493:
1494: end if;
1495: if (p_rec.information_type = 'PQP_UK_RATE_TYPE') then
1496: --
1497: pay_eei_bus.chk_duplicate_rate_type (
1498: p_element_type_extra_info_id => p_rec.element_type_extra_info_id,
1499: p_element_type_id => p_rec.element_type_id,
1500: p_rate_type => p_rec.eei_information1
1501: );

Line 1509: pay_eei_bus.chk_duplicate_element_code (

1505: /*
1506: if (p_rec.information_type = 'PQP_GB_PENSERV_ALLOWANCE_INFO') OR
1507: (p_rec.information_type = 'PQP_GB_PENSERV_BONUS_INFO')then
1508: --
1509: pay_eei_bus.chk_duplicate_element_code (
1510: p_element_type_id => p_rec.element_type_id
1511: ,p_element_code => p_rec.eei_information2
1512: ,p_information_type => p_rec.information_type
1513: );

Line 1520: pay_eei_bus.chk_duplicate_element_code (

1516: */
1517:
1518: if (p_rec.information_type = 'PQP_GB_PENSERV_ALLOWANCE_INFO') then
1519: --
1520: pay_eei_bus.chk_duplicate_element_code (
1521: p_element_type_id => p_rec.element_type_id
1522: ,p_element_code => p_rec.eei_information2
1523: ,p_information_type => p_rec.information_type
1524: );

Line 1526: pay_eei_bus.chk_allow_spread_bonus_chk (

1522: ,p_element_code => p_rec.eei_information2
1523: ,p_information_type => p_rec.information_type
1524: );
1525:
1526: pay_eei_bus.chk_allow_spread_bonus_chk (
1527: p_element_type_id => p_rec.element_type_id
1528: ,p_spread_bonus_flag => p_rec.eei_information6
1529: );
1530:

Line 1533: pay_eei_bus.chk_duplicate_element_code (

1529: );
1530:
1531: elsif (p_rec.information_type = 'PQP_GB_PENSERV_BONUS_INFO') then
1532: --
1533: pay_eei_bus.chk_duplicate_element_code (
1534: p_element_type_id => p_rec.element_type_id
1535: ,p_element_code => p_rec.eei_information2
1536: ,p_information_type => p_rec.information_type
1537: );

Line 1538: pay_eei_bus.chk_valid_bonus_elements (

1534: p_element_type_id => p_rec.element_type_id
1535: ,p_element_code => p_rec.eei_information2
1536: ,p_information_type => p_rec.information_type
1537: );
1538: pay_eei_bus.chk_valid_bonus_elements (
1539: p_element_type_id => p_rec.element_type_id
1540: );
1541: --
1542: end if;

Line 1565: end pay_eei_bus;

1561: --
1562: hr_utility.set_location(' Leaving:'||l_proc, 10);
1563: End delete_validate;
1564: ---
1565: end pay_eei_bus;