DBA Data[Home] [Help]

APPS.CSD_RO_BULLETINS_PVT dependencies on CSD_BULLETIN_SCS

Line 899: FROM csd_bulletins_b a, csd_bulletin_scs b

895: --* get service bulletin ids for this bulletin that has been linked *--
896: --* to an RO *--
897: CURSOR cur_get_ro_sc_ids(p_bulletin_id NUMBER) IS
898: SELECT b.service_code_id
899: FROM csd_bulletins_b a, csd_bulletin_scs b
900: WHERE a.bulletin_id = b.bulletin_id
901: AND a.bulletin_id = p_bulletin_id
902: ; --* end cur_get_ro_sc_ids *--
903: ro_sc_id_rec cur_get_ro_sc_ids%ROWTYPE;