DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on GL_JE_SEGMENT_VALUES_PKG

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

5811:
5812: -- Invoke GL API to fix the GL_JE_SEGMENT_VALUES table.
5813: -- We invoke this API with batch_id parameter so that it works with both inserts/deletes
5814:
5815: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(l_je_batch_id);
5816:
5817: -- Exit since Originating Batch is Actual
5818: goto normal_exit;
5819:

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

6257: -- ========================= FND LOG ===========================
6258:
6259: -- Invoke GL API to fix the GL_JE_SEGMENT_VALUES table.
6260:
6261: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(l_gen_batch_id);
6262:
6263: goto normal_exit;
6264:
6265: <>

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

6318: -- ========================= FND LOG ===========================
6319:
6320: -- Invoke the GL API to fix the GL_JE_SEGMENT_VALUES table
6321:
6322: l_seg_val_ret_code := gl_je_segment_values_pkg.insert_batch_segment_values(x.je_batch_id);
6323: END LOOP;
6324:
6325:
6326: return(TRUE);