DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on PER_BUSINESS_GROUPS_PERF

Line 790: from per_business_groups_perf

786: is
787: --
788: cursor csr_default_currency is
789: select currency_code
790: from per_business_groups_perf
791: where business_group_id = p_business_group_id;
792: --
793: currency per_business_groups_perf.currency_code%type;
794: --

Line 793: currency per_business_groups_perf.currency_code%type;

789: select currency_code
790: from per_business_groups_perf
791: where business_group_id = p_business_group_id;
792: --
793: currency per_business_groups_perf.currency_code%type;
794: --
795: begin
796: --
797: open csr_default_currency;