DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_JE_SEGMENT_VALUES_PKG

Line 5890: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(l_je_batch_id);

5886:
5887: -- Invoke GL API to fix the GL_JE_SEGMENT_VALUES table.
5888: -- We invoke this API with batch_id parameter so that it works with both inserts/deletes
5889:
5890: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(l_je_batch_id);
5891:
5892: -- Exit since Originating Batch is Actual
5893: goto normal_exit;
5894:

Line 6336: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(l_gen_batch_id);

6332: -- ========================= FND LOG ===========================
6333:
6334: -- Invoke GL API to fix the GL_JE_SEGMENT_VALUES table.
6335:
6336: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(l_gen_batch_id);
6337:
6338: goto normal_exit;
6339:
6340: <>

Line 6397: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(x.je_batch_id);

6393: -- ========================= FND LOG ===========================
6394:
6395: -- Invoke the GL API to fix the GL_JE_SEGMENT_VALUES table
6396:
6397: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(x.je_batch_id);
6398: END LOOP;
6399:
6400:
6401: return(TRUE);