DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on GMS_TERMS_CONDITIONS

Line 3932: FROM gms_terms_conditions tc1

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

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

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