DBA Data[Home] [Help]

APPS.PAY_PAYRPENP_XML_PKG dependencies on PER_BUSINESS_GROUPS

Line 490: l_business_group_name per_business_groups.name%type;

486: l_where_clause varchar2(2000);
487: l_additional_where_clause varchar2(2000);
488: l_payroll_name pay_payrolls_f.payroll_name%type;
489: l_location_code hr_locations.location_code%type;
490: l_business_group_name per_business_groups.name%type;
491: l_consolidation_set_name pay_consolidation_sets.consolidation_set_name%type;
492: l_organization_name hr_organization_units.name%type;
493: l_template_name xdo_templates_tl.template_name%type;
494: l_master_statement varchar2(32000);

Line 539: from per_business_groups

535: --
536: cursor csr_get_bg_name(c_business_group_id number)
537: is
538: select name
539: from per_business_groups
540: where business_group_id = c_business_group_id;
541:
542:
543: