DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on BEN_EXT_PERSON

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

11423: debug('Assignment Id :'||to_char(p_assignment_id),10);
11424:
11425: IF g_business_group_id IS NULL THEN
11426:
11427: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11428: -- instead of p_effective_date
11429: set_t1_extract_globals
11430: (p_business_group_id
11431: ,ben_ext_person.g_effective_date -- p_effective_date

Line 11431: ,ben_ext_person.g_effective_date -- p_effective_date

11427: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11428: -- instead of p_effective_date
11429: set_t1_extract_globals
11430: (p_business_group_id
11431: ,ben_ext_person.g_effective_date -- p_effective_date
11432: ,p_assignment_id
11433: );
11434:
11435: set_periodic_run_dates;

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

11891: debug('Effective_date :'||to_char(p_effective_date,'dd/mm/yyyy'),15);
11892:
11893: IF g_business_group_id IS NULL THEN
11894:
11895: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11896: -- instead of p_effective_date
11897: set_t1_extract_globals
11898: (p_business_group_id
11899: ,ben_ext_person.g_effective_date -- p_effective_date

Line 11899: ,ben_ext_person.g_effective_date -- p_effective_date

11895: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11896: -- instead of p_effective_date
11897: set_t1_extract_globals
11898: (p_business_group_id
11899: ,ben_ext_person.g_effective_date -- p_effective_date
11900: ,p_assignment_id
11901: );
11902:
11903:

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

11900: ,p_assignment_id
11901: );
11902:
11903:
11904: -- Bugifx 2848696 : Now using ben_ext_person.g_effective_date
11905: -- instead of p_effective_date
11906: pqp_gb_tp_pension_extracts.g_nested_level := g_nested_level;
11907: g_reporting_mode := upper(pqp_gb_tp_pension_extracts.get_extract_udt_info
11908: ('Attribute Location Qualifier 1' -- column

Line 11910: ,ben_ext_person.g_effective_date -- p_effective_date

11906: pqp_gb_tp_pension_extracts.g_nested_level := g_nested_level;
11907: g_reporting_mode := upper(pqp_gb_tp_pension_extracts.get_extract_udt_info
11908: ('Attribute Location Qualifier 1' -- column
11909: ,'Criteria' -- row
11910: ,ben_ext_person.g_effective_date -- p_effective_date
11911: )
11912: );
11913: pqp_gb_tp_pension_extracts.g_nested_level := 0;
11914: