DBA Data[Home] [Help]

APPS.PQP_US_PENSION_EXTRACTS dependencies on FND_DATE

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

2900: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(To_Number(l_ff_value), i.frmt_mask_cd);
2901: l_ff_value := l_ff_value_fmt;
2902: ELSIF Substr(i.frmt_mask_lookup_cd,1,1) = 'D' THEN
2903: Hr_Utility.set_location('..Applying Date format mask :ben_ext_fmt.apply_format_mask',55);
2904: l_ff_value_fmt := Ben_Ext_Fmt.apply_format_mask(Fnd_Date.canonical_to_date(l_ff_value),
2905: i.frmt_mask_cd);
2906: l_ff_value := l_ff_value_fmt;
2907: END IF;
2908: END IF;

Line 4043: l_return_value := Fnd_Date.Date_To_Canonical(g_action_effective_date);

4039: Hr_Utility.set_location('Entering: '||l_proc_name, 5);
4040: IF g_extract_params(p_business_group_id).reporting_dimension <> 'ASG_RUN' THEN
4041: l_return_value := g_extract_params(p_business_group_id).extract_end_date;
4042: ELSE
4043: l_return_value := Fnd_Date.Date_To_Canonical(g_action_effective_date);
4044: END IF;
4045: RETURN l_return_value;
4046: Hr_Utility.set_location('Leaving: '||l_proc_name, 80);
4047: EXCEPTION

Line 5078: Fnd_Date.canonical_to_date(l_ext_params.attribute3);

5074: g_extract_params(i).con_set_id := l_ext_params.value6;
5075: g_extract_params(i).selection_criteria := l_ext_params.attribute1;
5076: g_extract_params(i).reporting_dimension := l_ext_params.attribute2;
5077: g_extract_params(i).extract_start_date :=
5078: Fnd_Date.canonical_to_date(l_ext_params.attribute3);
5079: g_extract_params(i).extract_end_date :=
5080: Fnd_Date.canonical_to_date(l_ext_params.attribute4);
5081: g_extract_params(i).benefit_action_id := l_ben_params.benefit_action_id;
5082: -- Get the Legislation Code, Currency Code

Line 5080: Fnd_Date.canonical_to_date(l_ext_params.attribute4);

5076: g_extract_params(i).reporting_dimension := l_ext_params.attribute2;
5077: g_extract_params(i).extract_start_date :=
5078: Fnd_Date.canonical_to_date(l_ext_params.attribute3);
5079: g_extract_params(i).extract_end_date :=
5080: Fnd_Date.canonical_to_date(l_ext_params.attribute4);
5081: g_extract_params(i).benefit_action_id := l_ben_params.benefit_action_id;
5082: -- Get the Legislation Code, Currency Code
5083: OPEN csr_leg_code (c_business_group_id => p_business_group_id);
5084: FETCH csr_leg_code INTO g_extract_params(i).legislation_code,