DBA Data[Home] [Help]

APPS.PQH_COMMITMENT_POSTING dependencies on FND_DATE

Line 1424: l_effective_dt := fnd_date.canonical_to_date(p_effective_date);

1420: Begin
1421: --
1422: hr_utility.set_location('Entering: '||l_proc, 5);
1423: --
1424: l_effective_dt := fnd_date.canonical_to_date(p_effective_date);
1425: --
1426: -- Obtain the start and end date of the period from per_time_periods
1427: --
1428: get_period_dates(p_budget_period_id => p_budget_period_id,

Line 1547: l_effective_dt := fnd_date.canonical_to_date(p_effective_date);

1543: Begin
1544: --
1545: hr_utility.set_location('Entering: '||l_proc, 5);
1546: --
1547: l_effective_dt := fnd_date.canonical_to_date(p_effective_date);
1548: --
1549: hr_utility.set_location('UOM : '||to_char(p_unit_of_measure_id),7);
1550: -- Obtain the start and end date of the period from per_time_periods
1551: --

Line 3664: l_effective_dt := fnd_date.canonical_to_date(p_effective_date);

3660: BEGIN
3661: --
3662: hr_utility.set_location('Entering: '||l_proc, 5);
3663: --
3664: l_effective_dt := fnd_date.canonical_to_date(p_effective_date);
3665: --
3666: IF NVL(p_validate,'N') = 'Y' THEN
3667: g_validate := true;
3668: ELSE