DBA Data[Home] [Help]

APPS.PSB_WRHR_EXTRACT_PROCESS dependencies on PSB_COST_DISTRIBUTIONS_I

Line 389: delete psb_cost_distributions_i

385: null;
386: end;
387:
388: begin
389: delete psb_cost_distributions_i
390: where data_extract_id = C_Interface_Rec.data_extract_id;
391:
392: commit work;
393: exception