DBA Data[Home] [Help]

APPS.PAY_JP_SPR_EFILE_PKG dependencies on HR_API

Line 1629: and nvl(hou.date_to,hr_api.g_eot) >= g_effective_soy

1625: and hoi.organization_id = nvl(g_organization_id,hoi.organization_id)
1626: and hou.organization_id = hoi.organization_id
1627: and hou.business_group_id + 0 = g_business_group_id
1628: and hou.date_from <= g_effective_eoy
1629: and nvl(hou.date_to,hr_api.g_eot) >= g_effective_soy
1630: and not exists(
1631: select null
1632: from pay_payroll_actions ppa,
1633: pay_jp_itax_pact_v2 pjip

Line 2090: l_from_clause := replace(l_from_clause,'i_eot',fnd_date.date_to_canonical(hr_api.g_eot));

2086: l_from_clause := replace(l_from_clause,'i_business_group_id',to_char(g_business_group_id));
2087: l_from_clause := replace(l_from_clause,'i_effective_soy',fnd_date.date_to_canonical(g_effective_soy));
2088: l_from_clause := replace(l_from_clause,'i_effective_eoy',fnd_date.date_to_canonical(g_effective_eoy));
2089: l_from_clause := replace(l_from_clause,'i_organization_id',to_char(g_organization_id));
2090: l_from_clause := replace(l_from_clause,'i_eot',fnd_date.date_to_canonical(hr_api.g_eot));
2091: --
2092: l_where_clause := replace(l_where_clause,'i_business_group_id',to_char(g_business_group_id));
2093: l_where_clause := replace(l_where_clause,'i_effective_soy',fnd_date.date_to_canonical(g_effective_soy));
2094: l_where_clause := replace(l_where_clause,'i_effective_eoy',fnd_date.date_to_canonical(g_effective_eoy));

Line 2556: l_from_clause := replace(l_from_clause,'i_eot',fnd_date.date_to_canonical(hr_api.g_eot));

2552: l_from_clause := replace(l_from_clause,'i_effective_soy',fnd_date.date_to_canonical(g_effective_soy));
2553: l_from_clause := replace(l_from_clause,'i_effective_eoy',fnd_date.date_to_canonical(g_effective_eoy));
2554: l_from_clause := replace(l_from_clause,'i_organization_id',to_char(g_organization_id));
2555: l_from_clause := replace(l_from_clause,'i_district_code',g_district_code);
2556: l_from_clause := replace(l_from_clause,'i_eot',fnd_date.date_to_canonical(hr_api.g_eot));
2557: --
2558: l_where_clause := replace(l_where_clause,'i_business_group_id',to_char(g_business_group_id));
2559: l_where_clause := replace(l_where_clause,'i_effective_soy',fnd_date.date_to_canonical(g_effective_soy));
2560: l_where_clause := replace(l_where_clause,'i_effective_eoy',fnd_date.date_to_canonical(g_effective_eoy));

Line 5157: l_from_clause := replace(l_from_clause,'i_eot',fnd_date.date_to_canonical(hr_api.g_eot));

5153: l_from_clause := replace(l_from_clause,'i_effective_soy',fnd_date.date_to_canonical(g_effective_soy));
5154: l_from_clause := replace(l_from_clause,'i_effective_eoy',fnd_date.date_to_canonical(g_effective_eoy));
5155: l_from_clause := replace(l_from_clause,'i_organization_id',to_char(g_organization_id));
5156: l_from_clause := replace(l_from_clause,'i_district_code',g_district_code);
5157: l_from_clause := replace(l_from_clause,'i_eot',fnd_date.date_to_canonical(hr_api.g_eot));
5158: --
5159: l_where_clause := replace(l_where_clause,'i_business_group_id',to_char(g_business_group_id));
5160: l_where_clause := replace(l_where_clause,'i_effective_soy',fnd_date.date_to_canonical(g_effective_soy));
5161: l_where_clause := replace(l_where_clause,'i_effective_eoy',fnd_date.date_to_canonical(g_effective_eoy));