DBA Data[Home] [Help]

APPS.FA_MASSPSLTFR_PKG dependencies on FA_MASS_UPDATE_BATCH_HEADERS

Line 1152: from fa_mass_update_batch_headers a

1148: select 1
1149: from dual
1150: where exists
1151: ( select 'x'
1152: from fa_mass_update_batch_headers a
1153: where a.status_code IN ('P', 'E', 'R', 'N', 'IP')
1154: and a.book_type_code = p_book_type_code
1155: and (a.event_code IN ('CHANGE_NODE_PARENT', 'CHANGE_NODE_ATTRIBUTE',
1156: 'CHANGE_NODE_RULE_SET', 'CHANGE_CATEGORY_RULE_SET',