DBA Data[Home] [Help]

APPS.SPLIT_MASS_ADDITIONS_PKG dependencies on FA_MASSADD_DISTRIBUTIONS_S

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

887: fetch split_dists into h_parent_dist_units, h_ccid, h_location, h_employee;
888:
889: if (split_dists%NOTFOUND) then return; end if;
890:
891: select fa_massadd_distributions_s.nextval into h_dist_id from dual;
892:
893: if (h_iter = h_num_dists) then
894: h_child_dist_units := h_child_total_units - h_child_units_so_far;
895: else