DBA Data[Home] [Help]

APPS.AP_UTILITIES_PKG dependencies on AP_AE_HEADERS

Line 3432: from ap_ae_headers aeh

3428: --added below condition for bug12962585
3429: AND ( (ael.ae_header_id is null and aid.encumbered_flag = 'Y' ) or
3430: (ael.ae_header_id is not null and
3431: 'Y' = ( select gl_transfer_flag
3432: from ap_ae_headers aeh
3433: where aeh.ae_header_id = ael.ae_header_id ) )
3434: )
3435: ;
3436: