DBA Data[Home] [Help]

APPS.PER_CTR_BUS dependencies on PER_CTR_BUS

Line 1: Package Body per_ctr_bus as

1: Package Body per_ctr_bus as
2: /* $Header: pectrrhi.pkb 120.0.12000000.2 2007/02/19 11:59:36 ssutar ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_ctr_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 1304: per_ctr_bus.chk_person_id

1300:
1301: --
1302: -- Validate person_id
1303: --
1304: per_ctr_bus.chk_person_id
1305: (p_person_id => p_rec.person_id
1306: ,p_business_group_id => p_rec.business_group_id
1307: ,p_effective_date => p_effective_date
1308: );

Line 1315: per_ctr_bus.chk_contact_person_id

1311: --
1312: --
1313: /* JZYLI 5/8/00 disable Global contact relation for now.
1314: Will enable it after OK from OAB.
1315: per_ctr_bus.chk_contact_person_id
1316: (p_contact_person_id => p_rec.contact_person_id
1317: */
1318: per_ctr_bus.chk_person_id
1319: (p_person_id => p_rec.contact_person_id

Line 1318: per_ctr_bus.chk_person_id

1314: Will enable it after OK from OAB.
1315: per_ctr_bus.chk_contact_person_id
1316: (p_contact_person_id => p_rec.contact_person_id
1317: */
1318: per_ctr_bus.chk_person_id
1319: (p_person_id => p_rec.contact_person_id
1320: ,p_business_group_id => p_rec.business_group_id
1321: ,p_effective_date => p_effective_date
1322: );

Line 1326: per_ctr_bus.chk_contact_type

1322: );
1323: hr_utility.set_location(l_proc, 20);
1324: --
1325: --
1326: per_ctr_bus.chk_contact_type
1327: (p_effective_date => p_effective_date
1328: ,p_contact_relationship_id => p_rec.contact_relationship_id
1329: ,p_contact_type => p_rec.contact_type
1330: ,p_object_version_number => p_rec.object_version_number

Line 1425: per_ctr_bus.check_non_updateable_args(p_rec => p_rec);

1421: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
1422: --
1423: -- Check the non-updateable arguments have in fact not been modified
1424: --
1425: per_ctr_bus.check_non_updateable_args(p_rec => p_rec);
1426: --
1427: --
1428: -- bug fix 3982865
1429: -- Validation added to check the flag value while updating

Line 1494: per_ctr_bus.chk_contact_type

1490:
1491: -- bug 3982865 ends here.
1492:
1493:
1494: per_ctr_bus.chk_contact_type
1495: (p_effective_date => p_effective_date
1496: ,p_contact_relationship_id => p_rec.contact_relationship_id
1497: ,p_contact_type => p_rec.contact_type
1498: ,p_object_version_number => p_rec.object_version_number

Line 1651: end per_ctr_bus;

1647: --
1648: return l_legislation_code;
1649: end return_legislation_code;
1650: --
1651: end per_ctr_bus;