DBA Data[Home] [Help]

APPS.GL_ALLOC_BATCHES_PKG dependencies on GL_ALLOC_FORMULA_LINES

Line 283: INSERT INTO GL_ALLOC_FORMULA_LINES(

279: where f.Allocation_batch_id = X_Src_Batch_ID
280: );
281:
282:
283: INSERT INTO GL_ALLOC_FORMULA_LINES(
284: allocation_formula_id,
285: line_number,
286: line_type,
287: operator,

Line 394: from GL_ALLOC_FORMULA_LINES L, GL_ALLOC_FORMULAS New, GL_ALLOC_FORMULAS Old

390: L.Segment27,
391: L.Segment28,
392: L.Segment29,
393: L.Segment30
394: from GL_ALLOC_FORMULA_LINES L, GL_ALLOC_FORMULAS New, GL_ALLOC_FORMULAS Old
395: where L.allocation_formula_id = Old.Allocation_formula_id
396: AND New.allocation_batch_id = X_Trg_Batch_Id
397: AND New.name = Old.name
398: AND Old.allocation_batch_id = X_Src_Batch_Id