DBA Data[Home] [Help]

APPS.PAY_TDF_BUS dependencies on HR_UTILITY

Line 43: hr_utility.set_location('Entering:'|| l_proc, 10);

39: l_legislation_code varchar2(150);
40: --
41: begin
42: --
43: hr_utility.set_location('Entering:'|| l_proc, 10);
44: --
45: -- Ensure that all the mandatory parameter are not null
46: --
47: hr_api.mandatory_arg_error

Line 83: hr_utility.set_location(' Leaving:'|| l_proc, 20);

79: --
80: hr_api.set_legislation_context(l_legislation_code);
81: end if;
82: --
83: hr_utility.set_location(' Leaving:'|| l_proc, 20);
84: --
85: end set_security_group_id;
86: --
87: -- ---------------------------------------------------------------------------

Line 112: hr_utility.set_location('Entering:'|| l_proc, 10);

108: l_proc varchar2(72) := g_package||'return_legislation_code';
109: --
110: Begin
111: --
112: hr_utility.set_location('Entering:'|| l_proc, 10);
113: --
114: -- Ensure that all the mandatory parameter are not null
115: --
116: hr_api.mandatory_arg_error

Line 130: hr_utility.set_location(l_proc, 20);

126: -- call to this function. Just return the value in the global
127: -- variable.
128: --
129: l_legislation_code := pay_tdf_bus.g_legislation_code;
130: hr_utility.set_location(l_proc, 20);
131: else
132: --
133: -- The ID is different to the last call to this function
134: -- or this is the first call to this function.

Line 147: hr_utility.set_location(l_proc,30);

143: close csr_leg_code;
144: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
145: fnd_message.raise_error;
146: end if;
147: hr_utility.set_location(l_proc,30);
148: --
149: -- Set the global variables so the values are
150: -- available for the next call to this function.
151: --

Line 156: hr_utility.set_location(' Leaving:'|| l_proc, 40);

152: close csr_leg_code;
153: pay_tdf_bus.g_time_definition_id := p_time_definition_id;
154: pay_tdf_bus.g_legislation_code := l_legislation_code;
155: end if;
156: hr_utility.set_location(' Leaving:'|| l_proc, 40);
157: return l_legislation_code;
158: end return_legislation_code;
159: --
160: -- ----------------------------------------------------------------------------

Line 349: hr_utility.set_location('Entering:'||l_proc,5);

345: --
346: l_proc varchar2(72) := g_package||'is_startup_data';
347: --
348: BEGIN
349: hr_utility.set_location('Entering:'||l_proc,5);
350: --
351: BEGIN
352: hr_startup_data_api_support.chk_upd_del_startup_action
353: (p_generic_allowed => TRUE

Line 367: hr_utility.set_location('Leaving:'||l_proc,10);

363: END;
364:
365: return 1;
366: --
367: hr_utility.set_location('Leaving:'||l_proc,10);
368: END is_startup_data;
369: --
370: -- ----------------------------------------------------------------------------
371: -- |-------------------------< chk_time_def_usage >---------------------------|

Line 410: hr_utility.set_location('Entering:'||l_proc,5);

406: from pay_entry_process_details
407: where time_definition_id = p_time_definition_id;
408: --
409: BEGIN
410: hr_utility.set_location('Entering:'||l_proc,5);
411: --
412: if p_definition_type = 'P' then
413:
414: open csr_time_def_static;

Line 469: hr_utility.set_location('Leaving:'||l_proc,10);

465: end if;
466:
467: return false;
468: --
469: hr_utility.set_location('Leaving:'||l_proc,10);
470:
471: Exception
472:
473: when others then

Line 536: hr_utility.set_location('Entering:'||l_proc, 5);

532: l_proc varchar2(72) := g_package||'chk_number_of_years';
533: l_api_updating boolean;
534: --
535: Begin
536: hr_utility.set_location('Entering:'||l_proc, 5);
537: --
538: l_api_updating := pay_tdf_shd.api_updating
539: (p_time_definition_id => p_time_definition_id
540: ,p_object_version_number => p_object_version_number);

Line 586: hr_utility.set_location(' Leaving:'||l_proc, 10);

582: end if;
583:
584: end if;
585: --
586: hr_utility.set_location(' Leaving:'||l_proc, 10);
587:
588: exception
589:
590: when app_exception.application_exception then

Line 654: hr_utility.set_location('Entering:'||l_proc, 5);

650: and enabled_flag='Y'
651: and lookup_code = p_period_type;
652: --
653: Begin
654: hr_utility.set_location('Entering:'||l_proc, 5);
655: hr_utility.trace('Definition Type - ' || nvl(p_definition_type,'null'));
656: hr_utility.trace('Period Type - ' || nvl(p_period_type,'null'));
657: hr_utility.trace('Day Adjustment - ' || nvl(p_day_adjustment,'null'));
658: hr_utility.trace('Period Unit - ' || nvl(p_period_unit,'null'));

Line 655: hr_utility.trace('Definition Type - ' || nvl(p_definition_type,'null'));

651: and lookup_code = p_period_type;
652: --
653: Begin
654: hr_utility.set_location('Entering:'||l_proc, 5);
655: hr_utility.trace('Definition Type - ' || nvl(p_definition_type,'null'));
656: hr_utility.trace('Period Type - ' || nvl(p_period_type,'null'));
657: hr_utility.trace('Day Adjustment - ' || nvl(p_day_adjustment,'null'));
658: hr_utility.trace('Period Unit - ' || nvl(p_period_unit,'null'));
659: --

Line 656: hr_utility.trace('Period Type - ' || nvl(p_period_type,'null'));

652: --
653: Begin
654: hr_utility.set_location('Entering:'||l_proc, 5);
655: hr_utility.trace('Definition Type - ' || nvl(p_definition_type,'null'));
656: hr_utility.trace('Period Type - ' || nvl(p_period_type,'null'));
657: hr_utility.trace('Day Adjustment - ' || nvl(p_day_adjustment,'null'));
658: hr_utility.trace('Period Unit - ' || nvl(p_period_unit,'null'));
659: --
660: if hr_multi_message.no_exclusive_error

Line 657: hr_utility.trace('Day Adjustment - ' || nvl(p_day_adjustment,'null'));

653: Begin
654: hr_utility.set_location('Entering:'||l_proc, 5);
655: hr_utility.trace('Definition Type - ' || nvl(p_definition_type,'null'));
656: hr_utility.trace('Period Type - ' || nvl(p_period_type,'null'));
657: hr_utility.trace('Day Adjustment - ' || nvl(p_day_adjustment,'null'));
658: hr_utility.trace('Period Unit - ' || nvl(p_period_unit,'null'));
659: --
660: if hr_multi_message.no_exclusive_error
661: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'

Line 658: hr_utility.trace('Period Unit - ' || nvl(p_period_unit,'null'));

654: hr_utility.set_location('Entering:'||l_proc, 5);
655: hr_utility.trace('Definition Type - ' || nvl(p_definition_type,'null'));
656: hr_utility.trace('Period Type - ' || nvl(p_period_type,'null'));
657: hr_utility.trace('Day Adjustment - ' || nvl(p_day_adjustment,'null'));
658: hr_utility.trace('Period Unit - ' || nvl(p_period_unit,'null'));
659: --
660: if hr_multi_message.no_exclusive_error
661: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'
662: ,p_associated_column1 => 'PAY_TIME_DEFINITIONS.CROSS_VALIDATIONS'

Line 713: hr_utility.set_location(' Leaving:'||l_proc, 10);

709: end if;
710:
711: end if;
712: --
713: hr_utility.set_location(' Leaving:'||l_proc, 10);
714:
715: exception
716:
717: when app_exception.application_exception then

Line 781: hr_utility.set_location('Entering:'||l_proc, 5);

777: and lookup_code = p_period_type;
778:
779: --
780: Begin
781: hr_utility.set_location('Entering:'||l_proc, 5);
782: --
783: l_api_updating := pay_tdf_shd.api_updating
784: (p_time_definition_id => p_time_definition_id
785: ,p_object_version_number => p_object_version_number);

Line 831: hr_utility.set_location(' Leaving:'||l_proc, 10);

827: end if;
828: end if;
829: end if;
830: --
831: hr_utility.set_location(' Leaving:'||l_proc, 10);
832:
833: exception
834:
835: when app_exception.application_exception then

Line 888: hr_utility.set_location('Entering:'||l_proc, 5);

884: l_proc varchar2(72) := g_package||'chk_period_unit';
885: l_api_updating boolean;
886: --
887: Begin
888: hr_utility.set_location('Entering:'||l_proc, 5);
889: --
890: l_api_updating := pay_tdf_shd.api_updating
891: (p_time_definition_id => p_time_definition_id
892: ,p_object_version_number => p_object_version_number);

Line 914: hr_utility.set_location(' Leaving:'||l_proc, 10);

910: end if;
911:
912: end if;
913: --
914: hr_utility.set_location(' Leaving:'||l_proc, 10);
915:
916: exception
917:
918: when app_exception.application_exception then

Line 968: hr_utility.set_location('Entering:'||l_proc, 5);

964: l_proc varchar2(72) := g_package||'chk_day_adjustment';
965: l_api_updating boolean;
966: --
967: Begin
968: hr_utility.set_location('Entering:'||l_proc, 5);
969: --
970: l_api_updating := pay_tdf_shd.api_updating
971: (p_time_definition_id => p_time_definition_id
972: ,p_object_version_number => p_object_version_number);

Line 993: hr_utility.set_location(' Leaving:'||l_proc, 10);

989:
990: end if;
991: end if;
992: --
993: hr_utility.set_location(' Leaving:'||l_proc, 10);
994:
995: exception
996:
997: when app_exception.application_exception then

Line 1047: hr_utility.set_location('Entering:'||l_proc, 5);

1043: l_proc varchar2(72) := g_package||'chk_start_date';
1044: l_api_updating boolean;
1045: --
1046: Begin
1047: hr_utility.set_location('Entering:'||l_proc, 5);
1048: --
1049: l_api_updating := pay_tdf_shd.api_updating
1050: (p_time_definition_id => p_time_definition_id
1051: ,p_object_version_number => p_object_version_number);

Line 1081: hr_utility.set_location(' Leaving:'||l_proc, 10);

1077: end if;
1078:
1079: end if;
1080: --
1081: hr_utility.set_location(' Leaving:'||l_proc, 10);
1082:
1083: exception
1084:
1085: when app_exception.application_exception then

Line 1166: hr_utility.set_location('Entering:'||l_proc, 5);

1162: );
1163:
1164: --
1165: Begin
1166: hr_utility.set_location('Entering:'||l_proc, 5);
1167: --
1168: l_api_updating := pay_tdf_shd.api_updating
1169: (p_time_definition_id => p_time_definition_id
1170: ,p_object_version_number => p_object_version_number);

Line 1210: hr_utility.set_location(' Leaving:'||l_proc, 10);

1206: end if;
1207:
1208: end if;
1209: --
1210: hr_utility.set_location(' Leaving:'||l_proc, 10);
1211:
1212: exception
1213:
1214: when app_exception.application_exception then

Line 1295: hr_utility.set_location('Entering:'||l_proc, 5);

1291: );
1292:
1293: --
1294: Begin
1295: hr_utility.set_location('Entering:'||l_proc, 5);
1296: --
1297: l_api_updating := pay_tdf_shd.api_updating
1298: (p_time_definition_id => p_time_definition_id
1299: ,p_object_version_number => p_object_version_number);

Line 1328: hr_utility.set_location(' Leaving:'||l_proc, 10);

1324: close csr_definition_name;
1325:
1326: end if;
1327: --
1328: hr_utility.set_location(' Leaving:'||l_proc, 10);
1329:
1330: exception
1331:
1332: when app_exception.application_exception then

Line 1391: hr_utility.set_location('Entering:'||l_proc, 5);

1387: where ptd.short_name = p_short_name;
1388:
1389: --
1390: Begin
1391: hr_utility.set_location('Entering:'||l_proc, 5);
1392: --
1393: hr_api.mandatory_arg_error
1394: (p_api_name => l_proc
1395: ,p_argument => 'SHORT_NAME'

Line 1414: hr_utility.set_location(' Leaving:'||l_proc, 10);

1410:
1411: close csr_short_name;
1412:
1413: --
1414: hr_utility.set_location(' Leaving:'||l_proc, 10);
1415:
1416: exception
1417:
1418: when app_exception.application_exception then

Line 1478: hr_utility.set_location('Entering:'||l_proc, 5);

1474: and hrl.enabled_flag = 'Y';
1475:
1476: --
1477: Begin
1478: hr_utility.set_location('Entering:'||l_proc, 5);
1479: --
1480: hr_api.mandatory_arg_error
1481: (p_api_name => l_proc
1482: ,p_argument => 'DEFINITION_TYPE'

Line 1502: hr_utility.set_location(' Leaving:'||l_proc, 10);

1498:
1499: close csr_definition_type;
1500:
1501: --
1502: hr_utility.set_location(' Leaving:'||l_proc, 10);
1503:
1504: exception
1505:
1506: when app_exception.application_exception then

Line 1558: hr_utility.set_location('Entering:'|| l_proc, 10);

1554: l_exists varchar2(1);
1555: l_proc varchar2(100) := g_package || 'chk_legislation_code';
1556: begin
1557: --
1558: hr_utility.set_location('Entering:'|| l_proc, 10);
1559:
1560: open csr_legislation_code;
1561: fetch csr_legislation_code into l_exists ;
1562:

Line 1571: hr_utility.set_location(' Leaving:'|| l_proc, 20);

1567: fnd_message.raise_error;
1568: end if;
1569: close csr_legislation_code;
1570:
1571: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1572: --
1573: exception
1574: when app_exception.application_exception then
1575: if hr_multi_message.exception_add

Line 1598: hr_utility.set_location('Entering:'||l_proc, 5);

1594: --
1595: l_proc varchar2(72) := g_package||'insert_validate';
1596: --
1597: Begin
1598: hr_utility.set_location('Entering:'||l_proc, 5);
1599: --
1600: -- Call all supporting business operations
1601: --
1602: --

Line 1714: hr_utility.set_location(' Leaving:'||l_proc, 10);

1710: p_legislation_code => p_rec.legislation_code
1711: );
1712:
1713: --
1714: hr_utility.set_location(' Leaving:'||l_proc, 10);
1715: End insert_validate;
1716: --
1717: -- ----------------------------------------------------------------------------
1718: -- |---------------------------< update_validate >----------------------------|

Line 1731: hr_utility.set_location('Entering:'||l_proc, 5);

1727: l_proc varchar2(72) := g_package||'update_validate';
1728: l_time_def_usage boolean;
1729: --
1730: Begin
1731: hr_utility.set_location('Entering:'||l_proc, 5);
1732: --
1733: -- Call all supporting business operations
1734: --
1735: --

Line 1836: hr_utility.set_location(' Leaving:'||l_proc, 10);

1832: p_business_group_id => p_rec.business_group_id,
1833: p_legislation_code => p_rec.legislation_code
1834: );
1835: --
1836: hr_utility.set_location(' Leaving:'||l_proc, 10);
1837: End update_validate;
1838: --
1839: -- ----------------------------------------------------------------------------
1840: -- |---------------------------< delete_validate >----------------------------|

Line 1850: hr_utility.set_location('Entering:'||l_proc, 5);

1846: l_proc varchar2(72) := g_package||'delete_validate';
1847: l_time_def_usage boolean;
1848: --
1849: Begin
1850: hr_utility.set_location('Entering:'||l_proc, 5);
1851: --
1852: --
1853: chk_startup_action(false
1854: ,pay_tdf_shd.g_old_rec.business_group_id

Line 1884: hr_utility.set_location(' Leaving:'||l_proc, 10);

1880: fnd_message.raise_error;
1881:
1882: end if;
1883:
1884: hr_utility.set_location(' Leaving:'||l_proc, 10);
1885: End delete_validate;
1886: --
1887: end pay_tdf_bus;