DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_OTHER_PERIODS

Line 4984: FROM ap_other_periods aop,

4980: -- Bug1769230 Added truncate function to eliminate time part
4981: -- from p_terms_date variable.
4982: SELECT 'Y'
4983: INTO l_cal_exists
4984: FROM ap_other_periods aop,
4985: ap_other_period_types aopt
4986: WHERE aopt.period_type = l_calendar
4987: AND aopt.module = 'PAYMENT TERMS'
4988: AND aopt.module = aop.module -- bug 2902681