DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on PER_BUSINESS_GROUPS_PERF

Line 788: from per_business_groups_perf

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

Line 791: currency per_business_groups_perf.currency_code%type;

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