DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on GMS_TERMS_CONDITIONS

Line 3934: FROM gms_terms_conditions tc1

3930: -- category_id ( LOV validation ).
3931: -- ===========================================================================================
3932: CURSOR l_term_id_csr IS
3933: SELECT 'X'
3934: FROM gms_terms_conditions tc1
3935: WHERE tc1.category_id = G_term_condition_rec.category_id
3936: and term_id not in (select term_id from gms_terms_conditions tc
3937: where
3938: (

Line 3936: and term_id not in (select term_id from gms_terms_conditions tc

3932: CURSOR l_term_id_csr IS
3933: SELECT 'X'
3934: FROM gms_terms_conditions tc1
3935: WHERE tc1.category_id = G_term_condition_rec.category_id
3936: and term_id not in (select term_id from gms_terms_conditions tc
3937: where
3938: (
3939: (tc.start_date_active > l_award_start_date_active
3940: and tc.start_date_active > l_award_end_date_active