DBA Data[Home] [Help]

APPS.PSB_PURGE_DATA_EXTRACT_PVT dependencies on PSB_COST_DISTRIBUTIONS_I

Line 168: delete psb_cost_distributions_i

164: null;
165: end;
166:
167: begin
168: delete psb_cost_distributions_i
169: where data_extract_id = p_data_extract_id;
170: commit work;
171:
172: exception