DBA Data[Home] [Help]

APPS.FA_MASS_ADD_VALIDATE dependencies on FA_MASS_ADDITIONS

Line 38: from fa_mass_additions

34: c2_rec c2%rowtype;
35:
36: cursor c3 is
37: select asset_number
38: from fa_mass_additions
39: where asset_number = x_asset_number;
40:
41: c3_rec c3%rowtype;
42:

Line 64: --asset number used in fa_mass_additions table?

60: --asset number used in fa_additions table?
61: if c2%notfound then
62: open c3;
63: fetch c3 into c3_rec;
64: --asset number used in fa_mass_additions table?
65: if c3%notfound then
66: BEGIN
67: x_numeric_asset_number := TO_NUMBER(x_asset_number);
68: --asset number all numeric?