DBA Data[Home] [Help]

APPS.FARX_C_MCR dependencies on FA_MASS_CHANGES

Line 131: FROM fa_mass_changes

127: END IF;
128:
129: -- This argument must exist in the table.
130: SELECT count(1) INTO h_count
131: FROM fa_mass_changes
132: WHERE mass_change_id = to_number(argument1) AND rownum < 2;
133:
134: IF (h_count = 0) THEN
135: fnd_message.set_name('OFA','FA_MRCL_PARAM_REQUIRED');