DBA Data[Home] [Help]

APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on JL_ZZ_GL_AXI_TMP

Line 455: DELETE FROM jl_zz_gl_axi_tmp

451: FROM jl_zz_gl_axi
452: WHERE set_of_books_id = p_set_of_books_id;
453:
454: statement := 'DELETE';
455: DELETE FROM jl_zz_gl_axi_tmp
456: WHERE axi_run_id = p_axi_run_id;
457:
458: statement := 'SOURCE';
459: SELECT user_je_source_name

Line 1158: -- Inserts into JL_ZZ_GL_AXI_TMP data that the infl. adj. --

1154:
1155: END get_FV_adjustment;
1156:
1157: ------------------------------------------------------------
1158: -- Inserts into JL_ZZ_GL_AXI_TMP data that the infl. adj. --
1159: -- report will read later. --
1160: -- --
1161: ------------------------------------------------------------
1162: FUNCTION insert_axi_tmp (p_code_combination_id IN NUMBER

Line 1174: INSERT INTO jl_zz_gl_axi_tmp (code_combination_id

1170: , p_fv_flag IN VARCHAR2)
1171: RETURN BOOLEAN IS
1172:
1173: BEGIN
1174: INSERT INTO jl_zz_gl_axi_tmp (code_combination_id
1175: , axi_run_id
1176: , group_id
1177: , period_from
1178: , period_to