DBA Data[Home] [Help]

APPS.AP_IMPORT_UTILITIES_PKG dependencies on AP_OTHER_PERIOD_TYPES

Line 4985: ap_other_period_types aopt

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
4989: AND aopt.period_type = aop.period_type