DBA Data[Home] [Help]

APPS.PER_SBT_BUS dependencies on PER_SUBJECTS_TAKEN

Line 36: from per_subjects_taken sub

32: -- PF - This cursor gets the qualification_id from the base table
33: --
34: cursor csr_qua_id is
35: select sub.qualification_id
36: from per_subjects_taken sub
37: where sub.subjects_taken_id = p_subjects_taken_id;
38: --
39: -- Declare local variables
40: --