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 1504: -- Data in XLA_JE_LINE_TYPES will be ignored.

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

Line 2109: FROM xla_je_line_types

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