DBA Data[Home] [Help]

APPS.GMS_BILLING dependencies on PA_CLASS_CATEGORIES

Line 6624: pa_class_categories cc

6620: cc.class_category
6621: into
6622: X_Class_Category
6623: from
6624: pa_class_categories cc
6625: where
6626: sysdate between cc.start_date_active and
6627: nvl(cc.end_date_active,SYSDATE + 1) and
6628: cc.autoaccounting_flag = 'Y';