DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_OTHER_PERIOD_TYPES

Line 5123: ap_other_period_types aopt

5119: -- from p_terms_date variable.
5120: SELECT 'Y'
5121: INTO l_cal_exists
5122: FROM ap_other_periods aop,
5123: ap_other_period_types aopt
5124: WHERE aopt.period_type = l_calendar
5125: AND aopt.module = 'PAYMENT TERMS'
5126: AND aopt.module = aop.module -- bug 2902681
5127: AND aopt.period_type = aop.period_type