DBA Data[Home] [Help]

APPS.PER_ASG_BUS2 dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 3729: from financials_system_params_all

3725: where set_of_books_id = p_set_of_books_id;
3726: --
3727: cursor csr_valid_fsp_bg is
3728: select null
3729: from financials_system_params_all
3730: where set_of_books_id = p_set_of_books_id
3731: and business_group_id = p_business_group_id;
3732: --
3733: begin

Line 3792: -- FINANCIALS_SYSTEM_PARAMS_ALL for the assignment business

3788: close csr_valid_sob;
3789: hr_utility.set_location(l_proc, 60);
3790: --
3791: -- Check that the set of books exists in
3792: -- FINANCIALS_SYSTEM_PARAMS_ALL for the assignment business
3793: -- group.
3794: --
3795: open csr_valid_fsp_bg;
3796: fetch csr_valid_fsp_bg into l_exists;