DBA Data[Home] [Help]

APPS.PAY_PAYRPENP_XML_PKG dependencies on PER_BUSINESS_GROUPS

Line 486: l_business_group_name per_business_groups.name%type;

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

Line 535: from per_business_groups

531: --
532: cursor csr_get_bg_name(c_business_group_id number)
533: is
534: select name
535: from per_business_groups
536: where business_group_id = c_business_group_id;
537:
538:
539: