DBA Data[Home] [Help]

APPS.XLA_GL_TRANSFER_PKG dependencies on XLA_JE_LINE_TYPES

Line 1189: -- In case entries exist in XLA_JE_LINE_TYPES, all those records

1185: -- This procedure transfers all the journal lines in summarized mode.
1186: -- Summarization can be by accounting date/period depending on what
1187: -- the user has choosen.
1188:
1189: -- In case entries exist in XLA_JE_LINE_TYPES, all those records
1190: -- with summary_flag = 'D' will be omitted.
1191:
1192: -- All the line_type_code with 'D' are stored in g_line_type variable.
1193:

Line 1501: -- Data in XLA_JE_LINE_TYPES will be ignored.

1497: END gl_insert_summary ;
1498:
1499: -- This procedure transfers all the journal lines in detail mode.
1500:
1501: -- Data in XLA_JE_LINE_TYPES will be ignored.
1502:
1503: PROCEDURE gl_insert_detail( p_request_id NUMBER,
1504: p_source_name VARCHAR2,
1505: p_transfer_run_id NUMBER,

Line 2106: FROM xla_je_line_types

2102: ,p_module => l_log_module);
2103: END IF;
2104:
2105: FOR select_line_type_rec IN ( SELECT Line_Type_Code
2106: FROM xla_je_line_types
2107: WHERE application_id = g_application_id
2108: AND summary_flag = 'D' )
2109: LOOP
2110: IF g_line_type IS NULL THEN