DBA Data[Home] [Help]

APPS.PQP_PENSION_EXTRACTS dependencies on FND_DATE

Line 2088: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(Fnd_Date.canonical_to_date(l_ff_value),

2084: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(To_Number(l_ff_value), i.frmt_mask_cd);
2085: l_ff_value := l_ff_value_fmt;
2086: ELSIF Substr(i.frmt_mask_lookup_cd,1,1) = 'D' THEN
2087: Hr_Utility.set_location('..Applying Date format mask :ben_ext_fmt.apply_format_mask',55);
2088: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(Fnd_Date.canonical_to_date(l_ff_value),
2089: i.frmt_mask_cd);
2090: l_ff_value := l_ff_value_fmt;
2091: END IF;
2092: END IF;

Line 3299: l_return_value := FND_DATE.date_to_canonical

3295: BEGIN
3296:
3297: hr_utility.set_location('Entering: '||l_proc_name, 5);
3298: IF g_extract_params(p_business_group_id).reporting_dimension <> 'ASG_RUN' THEN
3299: l_return_value := FND_DATE.date_to_canonical
3300: (g_extract_params(p_business_group_id).extract_end_date);
3301: ELSE
3302: l_return_value := g_action_effective_date;
3303: END IF;

Line 4199: fnd_date.canonical_to_date(l_ext_params.attribute3);

4195: g_extract_params(i).selection_criteria := l_ext_params.attribute1;
4196: g_extract_params(i).reporting_dimension := l_ext_params.attribute2;
4197:
4198: g_extract_params(i).extract_start_date :=
4199: fnd_date.canonical_to_date(l_ext_params.attribute3);
4200:
4201: g_extract_params(i).extract_end_date :=
4202: fnd_date.canonical_to_date(l_ext_params.attribute4);
4203: g_extract_params(i).benefit_action_id := l_ben_params.benefit_action_id;

Line 4202: fnd_date.canonical_to_date(l_ext_params.attribute4);

4198: g_extract_params(i).extract_start_date :=
4199: fnd_date.canonical_to_date(l_ext_params.attribute3);
4200:
4201: g_extract_params(i).extract_end_date :=
4202: fnd_date.canonical_to_date(l_ext_params.attribute4);
4203: g_extract_params(i).benefit_action_id := l_ben_params.benefit_action_id;
4204:
4205: g_extract_params(i).org_id := l_ext_params.attribute5;
4206: g_extract_params(i).person_type_id := l_ext_params.attribute6;