DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIG_SS dependencies on HR_CONTACT_REL_API

Line 43: HR_CONTACT_REL_API.update_contact_relationship

39: to set contact effective_start_date
40: based on max(PESD, min(RSD, EFF Dt))
41: 09 Mar 05 vborkar 115.12 Bug 4218944 - Added wrapper procedure
42: update_contact_w which in turn calls
43: HR_CONTACT_REL_API.update_contact_relationship
44: and treats exceptions in more user friendly
45: manner.
46: 26-May-06 bmanyam 115.13 5100008 - EGD elig_thru_dt is the
47: date eligibility is lost. Previously the elig_thru_dt

Line 918: -- This is a SS wraper to HR_CONTACT_REL_API.create_contact.

914: -- -----------------------------------------------------------------------------
915: -- |---------------------------------------------------------|
916: -- -----------------------------------------------------------------------------
917: --
918: -- This is a SS wraper to HR_CONTACT_REL_API.create_contact.
919: -- Returns 'S' on sucess and 'E' on error
920: --
921: procedure create_contact_w
922: (p_validate in varchar2 default 'N'

Line 1125: -- now pass l_start_date instead of p_start_date to HR's api - HR_CONTACT_REL_API.

1121: if l_per_effective_start_date > l_start_date then -- PESD > Min (RSD, Eff Dt)
1122: l_start_date := l_per_effective_start_date ;
1123: end if;
1124: --
1125: -- now pass l_start_date instead of p_start_date to HR's api - HR_CONTACT_REL_API.
1126: -- end fix 3042223
1127:
1128: HR_CONTACT_REL_API.create_contact
1129: ( p_validate => l_validate

Line 1128: HR_CONTACT_REL_API.create_contact

1124: --
1125: -- now pass l_start_date instead of p_start_date to HR's api - HR_CONTACT_REL_API.
1126: -- end fix 3042223
1127:
1128: HR_CONTACT_REL_API.create_contact
1129: ( p_validate => l_validate
1130: , p_start_date => l_start_date -- p_start_date
1131: , p_business_group_id => p_business_group_id
1132: , p_person_id => p_person_id

Line 1313: -- This is a SS wraper to HR_CONTACT_REL_API.update_contact_relationship.

1309: -- -----------------------------------------------------------------------------
1310: -- |---------------------------------------------------------|
1311: -- -----------------------------------------------------------------------------
1312: --
1313: -- This is a SS wraper to HR_CONTACT_REL_API.update_contact_relationship.
1314: -- Returns 'S' on sucess and 'E' on error
1315: --
1316: procedure update_contact_w
1317: (p_validate in varchar2 default 'N'

Line 1386: HR_CONTACT_REL_API.update_contact_relationship

1382: IF (p_validate = 'Y') THEN
1383: l_validate :=true;
1384: END IF;
1385:
1386: HR_CONTACT_REL_API.update_contact_relationship
1387: ( p_validate => l_validate
1388: ,p_effective_date => p_effective_date
1389: ,p_contact_relationship_id => p_contact_relationship_id
1390: ,p_contact_type => p_contact_type