DBA Data[Home] [Help]

APPS.BEN_CHECK_ORGANIZATION dependencies on HR_UTILITY

Line 36: hr_utility.set_location('Entering BEN_CHECK_ORGANIZATION.chk_org_role_bnf_upd ',11);

32: ,p_date_to IN date
33: )
34: is
35: Begin
36: hr_utility.set_location('Entering BEN_CHECK_ORGANIZATION.chk_org_role_bnf_upd ',11);
37:
38: hr_utility.set_location('p_date_from '||p_date_from ,11);
39: hr_utility.set_location('p_date_to '||p_date_to,11);
40:

Line 38: hr_utility.set_location('p_date_from '||p_date_from ,11);

34: is
35: Begin
36: hr_utility.set_location('Entering BEN_CHECK_ORGANIZATION.chk_org_role_bnf_upd ',11);
37:
38: hr_utility.set_location('p_date_from '||p_date_from ,11);
39: hr_utility.set_location('p_date_to '||p_date_to,11);
40:
41: -- Bug 10383109: When we update an organization from the form, the parameters are passed to
42: -- hr_organization_api.update_organization. So, the validation works correctly.

Line 39: hr_utility.set_location('p_date_to '||p_date_to,11);

35: Begin
36: hr_utility.set_location('Entering BEN_CHECK_ORGANIZATION.chk_org_role_bnf_upd ',11);
37:
38: hr_utility.set_location('p_date_from '||p_date_from ,11);
39: hr_utility.set_location('p_date_to '||p_date_to,11);
40:
41: -- Bug 10383109: When we update an organization from the form, the parameters are passed to
42: -- hr_organization_api.update_organization. So, the validation works correctly.
43: -- But in Financials, when we try to update Balancing Segment Values, p_date_from and p_date_to

Line 50: hr_utility.set_location('returning to bypass the validation ',11);

46: -- validations when p_date_from and p_date_to is passed as hr_api.g_date, since the validation
47: -- is not required while updating the organization record.
48:
49: if p_date_from = hr_api.g_date and p_date_to = hr_api.g_date then
50: hr_utility.set_location('returning to bypass the validation ',11);
51: return;
52: else
53: if (fnd_installation.get(appl_id => 805
54: ,dep_appl_id => 805

Line 78: hr_utility.set_location('Leaving ben_check_organization.chk_org_role_bnf_upd ',11);

74: close chk_org_bnf_upd;
75: end if;
76: end if;
77: end if;
78: hr_utility.set_location('Leaving ben_check_organization.chk_org_role_bnf_upd ',11);
79: End;
80:
81: procedure chk_org_role_bnf_del
82: (