DBA Data[Home] [Help]

APPS.SPLIT_MASS_ADDITIONS_PKG dependencies on FA_MASSADD_DISTRIBUTIONS_S

Line 848: select fa_massadd_distributions_s.nextval into h_dist_id from dual;

844: fetch split_dists into h_parent_dist_units, h_ccid, h_location, h_employee;
845:
846: if (split_dists%NOTFOUND) then return; end if;
847:
848: select fa_massadd_distributions_s.nextval into h_dist_id from dual;
849:
850: if (h_iter = h_num_dists) then
851: h_child_dist_units := h_child_total_units - h_child_units_so_far;
852: else