DBA Data[Home] [Help]

APPS.AP_TERMS_CAL_EXISTS_PKG dependencies on AP_OTHER_PERIODS

Line 51: FROM ap_other_periods aop,

47: -- Bug1769230 Added truncate function to eliminate time part
48: -- from p_terms_date variable.
49: SELECT 'Y'
50: INTO l_cal_exists
51: FROM ap_other_periods aop,
52: ap_other_period_types aopt
53: WHERE aopt.period_type = l_calendar
54: AND aopt.module = 'PAYMENT TERMS'
55: AND aopt.module = aop.module -- bug 2902681