DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on BEN_EXT_PERSON

Line 11230: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date

11226: debug('Assignment Id :'||to_char(p_assignment_id),10);
11227:
11228: IF g_business_group_id IS NULL THEN
11229:
11230: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11231: -- instead of p_effective_date
11232: set_t1_extract_globals
11233: (p_business_group_id
11234: ,ben_ext_person.g_effective_date -- p_effective_date

Line 11234: ,ben_ext_person.g_effective_date -- p_effective_date

11230: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11231: -- instead of p_effective_date
11232: set_t1_extract_globals
11233: (p_business_group_id
11234: ,ben_ext_person.g_effective_date -- p_effective_date
11235: ,p_assignment_id
11236: );
11237:
11238: set_periodic_run_dates;

Line 11697: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date

11693: debug('Effective_date :'||to_char(p_effective_date,'dd/mm/yyyy'),15);
11694:
11695: IF g_business_group_id IS NULL THEN
11696:
11697: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11698: -- instead of p_effective_date
11699: set_t1_extract_globals
11700: (p_business_group_id
11701: ,ben_ext_person.g_effective_date -- p_effective_date

Line 11701: ,ben_ext_person.g_effective_date -- p_effective_date

11697: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11698: -- instead of p_effective_date
11699: set_t1_extract_globals
11700: (p_business_group_id
11701: ,ben_ext_person.g_effective_date -- p_effective_date
11702: ,p_assignment_id
11703: );
11704:
11705:

Line 11706: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date

11702: ,p_assignment_id
11703: );
11704:
11705:
11706: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11707: -- instead of p_effective_date
11708: pqp_gb_tp_pension_extracts.g_nested_level := g_nested_level;
11709: g_reporting_mode := upper(pqp_gb_tp_pension_extracts.get_extract_udt_info
11710: ('Attribute Location Qualifier 1' -- column

Line 11712: ,ben_ext_person.g_effective_date -- p_effective_date

11708: pqp_gb_tp_pension_extracts.g_nested_level := g_nested_level;
11709: g_reporting_mode := upper(pqp_gb_tp_pension_extracts.get_extract_udt_info
11710: ('Attribute Location Qualifier 1' -- column
11711: ,'Criteria' -- row
11712: ,ben_ext_person.g_effective_date -- p_effective_date
11713: )
11714: );
11715: pqp_gb_tp_pension_extracts.g_nested_level := 0;
11716: