DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_OTHER_PERIODS

Line 5122: FROM ap_other_periods aop,

5118: -- Bug1769230 Added truncate function to eliminate time part
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