DBA Data[Home] [Help]

APPS.GMS_BILLING dependencies on PA_CLASS_CATEGORIES

Line 6655: pa_class_categories cc

6651: cc.class_category
6652: into
6653: X_Class_Category
6654: from
6655: pa_class_categories cc
6656: where
6657: sysdate between cc.start_date_active and
6658: nvl(cc.end_date_active,SYSDATE + 1) and
6659: cc.autoaccounting_flag = 'Y';