DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FA_DISTRIBUTION_HISTORY_S

Line 2319: Select FA_DISTRIBUTION_HISTORY_s.nextval

2315: FETCH CRET INTO h_rdistid, h_units_assigned;
2316: exit when CRET%notfound or CRET%notfound IS NULL;
2317:
2318: BEGIN
2319: Select FA_DISTRIBUTION_HISTORY_s.nextval
2320: into new_distid
2321: from dual;
2322: EXCEPTION
2323: when others then