DBA Data[Home] [Help]

APPS.HR_GENERAL dependencies on PER_BUSINESS_GROUPS

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;

Line 1440: from per_business_groups b

1436: into p_legislation_code
1437: , p_short_name
1438: , p_bg_name
1439: , p_bg_currency_code
1440: from per_business_groups b
1441: where b.business_group_id = p_business_group_id;
1442: exception
1443: when no_data_found then
1444: hr_utility.set_message('801', 'HR_6153_ALL_PROCEDURE_FAIL');