DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_MASS_UPDATE_BATCH_HEADERS

Line 757: from fa_mass_update_batch_headers a

753: select 1
754: from dual
755: where exists
756: ( select 'x'
757: from fa_mass_update_batch_headers a
758: where a.status_code IN ('P', 'E', 'R', 'N', 'IP'
759: )
760: and a.book_type_code = p_book_type_code
761: and (a.event_code IN ('CHANGE_NODE_PARENT', 'CHANGE_NODE_ATTRIBUTE',