DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 3689: from financials_system_params_all

3685: where set_of_books_id = p_set_of_books_id;
3686: --
3687: cursor csr_valid_fsp_bg is
3688: select null
3689: from financials_system_params_all
3690: where set_of_books_id = p_set_of_books_id
3691: and business_group_id = p_business_group_id;
3692: --
3693: begin

Line 3752: -- FINANCIALS_SYSTEM_PARAMS_ALL for the assignment business

3748: close csr_valid_sob;
3749: hr_utility.set_location(l_proc, 60);
3750: --
3751: -- Check that the set of books exists in
3752: -- FINANCIALS_SYSTEM_PARAMS_ALL for the assignment business
3753: -- group.
3754: --
3755: open csr_valid_fsp_bg;
3756: fetch csr_valid_fsp_bg into l_exists;