DBA Data[Home] [Help]

APPS.PAY_PGR_BUS dependencies on HR_API

Line 47: IF hr_api.not_exists_in_dt_hr_lookups

43: hr_utility.set_location(l_proc, 20);
44: --
45: -- Check that the rate type exists in HR_LOOKUPS
46: --
47: IF hr_api.not_exists_in_dt_hr_lookups
48: (p_effective_date => p_effective_date
49: ,p_validation_start_date => p_validation_start_date
50: ,p_validation_end_date => p_validation_end_date
51: ,p_lookup_type => 'RATE_TYPE'

Line 282: hr_api.mandatory_arg_error

278: BEGIN
279: --
280: hr_utility.set_location('Entering:'||l_proc, 10);
281: --
282: hr_api.mandatory_arg_error
283: (p_api_name => l_proc
284: ,p_argument => 'grade_or_spinal_point_id'
285: ,p_argument_value => p_grade_or_spinal_point_id);
286: --

Line 941: hr_api.mandatory_arg_error

937: hr_utility.set_location('Entering:'|| l_proc, 10);
938: --
939: -- Ensure that all the mandatory parameter are not null
940: --
941: hr_api.mandatory_arg_error
942: (p_api_name => l_proc
943: ,p_argument => 'grade_rule_id'
944: ,p_argument_value => p_grade_rule_id
945: );

Line 967: hr_api.set_security_group_id

963: close csr_sec_grp;
964: --
965: -- Set the security_group_id in CLIENT_INFO
966: --
967: hr_api.set_security_group_id
968: (p_security_group_id => l_security_group_id
969: );
970: end if;
971: --

Line 1005: hr_api.mandatory_arg_error

1001: hr_utility.set_location('Entering:'|| l_proc, 10);
1002: --
1003: -- Ensure that all the mandatory parameter are not null
1004: --
1005: hr_api.mandatory_arg_error
1006: (p_api_name => l_proc
1007: ,p_argument => 'grade_rule_id'
1008: ,p_argument_value => p_grade_rule_id
1009: );

Line 1011: if ( nvl(pay_pgr_bus.g_grade_rule_id, hr_api.g_number)

1007: ,p_argument => 'grade_rule_id'
1008: ,p_argument_value => p_grade_rule_id
1009: );
1010: --
1011: if ( nvl(pay_pgr_bus.g_grade_rule_id, hr_api.g_number)
1012: = p_grade_rule_id) then
1013: --
1014: -- The legislation code has already been found with a previous
1015: -- call to this function. Just return the value in the global

Line 1142: hr_api.mandatory_arg_error

1138: Begin
1139: --
1140: -- Ensure that the p_datetrack_mode argument is not null
1141: --
1142: hr_api.mandatory_arg_error
1143: (p_api_name => l_proc
1144: ,p_argument => 'datetrack_mode'
1145: ,p_argument_value => p_datetrack_mode
1146: );

Line 1152: hr_api.mandatory_arg_error

1148: -- Mode will be valid, as this is checked at the start of the upd.
1149: --
1150: -- Ensure the arguments are not null
1151: --
1152: hr_api.mandatory_arg_error
1153: (p_api_name => l_proc
1154: ,p_argument => 'validation_start_date'
1155: ,p_argument_value => p_validation_start_date
1156: );

Line 1158: hr_api.mandatory_arg_error

1154: ,p_argument => 'validation_start_date'
1155: ,p_argument_value => p_validation_start_date
1156: );
1157: --
1158: hr_api.mandatory_arg_error
1159: (p_api_name => l_proc
1160: ,p_argument => 'validation_end_date'
1161: ,p_argument_value => p_validation_end_date
1162: );

Line 1228: hr_api.mandatory_arg_error

1224: hr_utility.set_location('Entering:'||l_proc, 10);
1225: --
1226: -- Ensure that the p_datetrack_mode argument is not null
1227: --
1228: hr_api.mandatory_arg_error
1229: (p_api_name => l_proc
1230: ,p_argument => 'datetrack_mode'
1231: ,p_argument_value => p_datetrack_mode
1232: );

Line 1239: If (p_datetrack_mode = hr_api.g_delete or

1235: --
1236: -- Only perform the validation if the datetrack mode is either
1237: -- DELETE or ZAP
1238: --
1239: If (p_datetrack_mode = hr_api.g_delete or
1240: p_datetrack_mode = hr_api.g_zap) then
1241: --
1242: hr_utility.set_location('Entering:'||l_proc, 30);
1243: --

Line 1240: p_datetrack_mode = hr_api.g_zap) then

1236: -- Only perform the validation if the datetrack mode is either
1237: -- DELETE or ZAP
1238: --
1239: If (p_datetrack_mode = hr_api.g_delete or
1240: p_datetrack_mode = hr_api.g_zap) then
1241: --
1242: hr_utility.set_location('Entering:'||l_proc, 30);
1243: --
1244: -- Ensure the arguments are not null

Line 1246: hr_api.mandatory_arg_error

1242: hr_utility.set_location('Entering:'||l_proc, 30);
1243: --
1244: -- Ensure the arguments are not null
1245: --
1246: hr_api.mandatory_arg_error
1247: (p_api_name => l_proc
1248: ,p_argument => 'validation_start_date'
1249: ,p_argument_value => p_validation_start_date
1250: );

Line 1254: hr_api.mandatory_arg_error

1250: );
1251: --
1252: hr_utility.set_location('Entering:'||l_proc, 40);
1253: --
1254: hr_api.mandatory_arg_error
1255: (p_api_name => l_proc
1256: ,p_argument => 'validation_end_date'
1257: ,p_argument_value => p_validation_end_date
1258: );

Line 1260: hr_api.mandatory_arg_error

1256: ,p_argument => 'validation_end_date'
1257: ,p_argument_value => p_validation_end_date
1258: );
1259: --
1260: hr_api.mandatory_arg_error
1261: (p_api_name => l_proc
1262: ,p_argument => 'grade_rule_id'
1263: ,p_argument_value => p_grade_rule_id
1264: );

Line 1300: hr_api.validate_bus_grp_id

1296: hr_utility.set_location('Entering:'||l_proc, 10);
1297: --
1298: -- Call all supporting business operations
1299: --
1300: hr_api.validate_bus_grp_id
1301: (p_business_group_id => p_rec.business_group_id
1302: ,p_associated_column1 => pay_pgr_shd.g_tab_nam
1303: || '.BUSINESS_GROUP_ID');
1304: --

Line 1413: hr_api.validate_bus_grp_id

1409: hr_utility.set_location('Entering:'||l_proc, 10);
1410: --
1411: -- Call all supporting business operations
1412: --
1413: hr_api.validate_bus_grp_id
1414: (p_business_group_id => p_rec.business_group_id
1415: ,p_associated_column1 => pay_pgr_shd.g_tab_nam
1416: || '.BUSINESS_GROUP_ID');
1417: --