DBA Data[Home] [Help]

APPS.XLA_TB_BALANCE_PKG dependencies on XLA_TB_DEFN_JE_SOURCES

Line 353: -- xla_tb_defn_je_sources.

349:
350: --
351: -- Check if Journal Source exists in db
352: -- This procedure does not validate journal source against
353: -- xla_tb_defn_je_sources.
354: --
355: SELECT COUNT(1)
356: INTO l_db_cnt
357: FROM xla_subledgers xs

Line 934: INSERT INTO xla_tb_defn_je_sources

930: l_created_by := xla_environment_pkg.g_usr_id;
931: l_last_updated_by := xla_environment_pkg.g_usr_id;
932: l_last_update_login := xla_environment_pkg.g_login_id;
933:
934: INSERT INTO xla_tb_defn_je_sources
935: (definition_code
936: ,je_source_name
937: ,object_version_number
938: ,owner_code

Line 957: FROM xla_tb_defn_je_sources

953: ,l_last_update_login
954: FROM dual
955: WHERE NOT EXISTS (
956: SELECT 1
957: FROM xla_tb_defn_je_sources
958: WHERE definition_code = p_definition_code
959: AND je_source_name = p_je_source_name);
960:
961: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN

Line 2168: ,xla_tb_defn_je_sources xjs

2164: ,ap_liability_balance alb
2165: ,xla_event_types_b xet
2166: ,xla_tb_defn_details xdd
2167: ,xla_tb_definitions_b xtd
2168: ,xla_tb_defn_je_sources xjs
2169: ,xla_subledgers xsu
2170: ,xla_transaction_entities_upg PARTITION (AP) xteu
2171: ,xla_ae_lines PARTITION (AP) xal
2172: ,gl_code_combinations gcc

Line 2408: INSERT INTO xla_tb_defn_je_sources

2404: ,p_module => l_log_module);
2405: END IF;
2406:
2407: FORALL i IN l_array_defn_code.first .. l_array_defn_code.last
2408: INSERT INTO xla_tb_defn_je_sources
2409: (definition_code
2410: ,je_source_name
2411: ,object_version_number
2412: ,creation_date

Line 2430: (p_msg => 'inserted definition into the xla_tb_defn_je_sources:'|| SQL%ROWCOUNT

2426: ,'S');
2427:
2428: IF (C_LEVEL_STATEMENT>= g_log_level) THEN
2429: trace
2430: (p_msg => 'inserted definition into the xla_tb_defn_je_sources:'|| SQL%ROWCOUNT
2431: ,p_level => C_LEVEL_STATEMENT
2432: ,p_module => l_log_module);
2433: END IF;
2434: