DBA Data[Home] [Help]

APPS.FA_MASSPSLTFR_PKG dependencies on FA_MASS_UPDATE_BATCH_HEADERS

Line 1169: from fa_mass_update_batch_headers a

1165: select 1
1166: from dual
1167: where exists
1168: ( select 'x'
1169: from fa_mass_update_batch_headers a
1170: where a.status_code IN ('P', 'E', 'R', 'N', 'IP'
1171: )
1172: and a.book_type_code = p_book_type_code
1173: and (a.event_code IN ('CHANGE_NODE_PARENT', 'CHANGE_NODE_ATTRIBUTE',