DBA Data[Home] [Help]

APPS.GL_ALLOC_BATCHES_PKG dependencies on GL_ALLOC_FORMULA_LINES

Line 296: INSERT INTO GL_ALLOC_FORMULA_LINES(

292: where f.Allocation_batch_id = X_Src_Batch_ID
293: );
294:
295:
296: INSERT INTO GL_ALLOC_FORMULA_LINES(
297: allocation_formula_id,
298: line_number,
299: line_type,
300: operator,

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

403: L.Segment27,
404: L.Segment28,
405: L.Segment29,
406: L.Segment30
407: from GL_ALLOC_FORMULA_LINES L, GL_ALLOC_FORMULAS New, GL_ALLOC_FORMULAS Old
408: where L.allocation_formula_id = Old.Allocation_formula_id
409: AND New.allocation_batch_id = X_Trg_Batch_Id
410: AND New.name = Old.name
411: AND Old.allocation_batch_id = X_Src_Batch_Id