DBA Data[Home] [Help]

APPS.XLA_TB_BALANCE_PKG dependencies on XLA_TB_DEFN_DETAILS

Line 1022: INSERT INTO xla_tb_defn_details

1018: --
1019: -- As record elements (e.g. p_balance_tbl(i).balance_date) is not allowed
1020: -- in forall statements, reassgin parameters to local variables
1021: --
1022: INSERT INTO xla_tb_defn_details
1023: (definition_detail_id
1024: ,object_version_number
1025: ,definition_code
1026: ,flexfield_segment_code

Line 1039: xla_tb_defn_details_s.NEXTVAL

1035: ,last_update_date
1036: ,last_updated_by
1037: ,last_update_login)
1038: SELECT
1039: xla_tb_defn_details_s.NEXTVAL
1040: ,C_OVN
1041: ,p_definition_code
1042: ,NULL -- flexfield segment code
1043: ,NULL -- segment value from

Line 1293: MERGE INTO xla_tb_defn_details dt

1289: l_last_update_date := sysdate;
1290: l_last_updated_by := xla_environment_pkg.g_usr_id;
1291: l_last_update_login := xla_environment_pkg.g_login_id;
1292:
1293: MERGE INTO xla_tb_defn_details dt
1294: USING (SELECT code_combination_id
1295: ,balance_date
1296: ,balance_amount
1297: FROM xla_tb_balances_gt

Line 1325: VALUES (xla_tb_defn_details_s.NEXTVAL

1321: ,created_by
1322: ,last_update_date
1323: ,last_updated_by
1324: ,last_update_login)
1325: VALUES (xla_tb_defn_details_s.NEXTVAL
1326: ,C_OVN
1327: ,p_definition_code
1328: ,NULL
1329: ,NULL

Line 2166: ,xla_tb_defn_details xdd

2162: FROM
2163: xla_ae_headers PARTITION (AP) xah
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

Line 2511: -- Insert rows into xla_tb_defn_details

2507: ,p_module => l_log_module);
2508: END IF;
2509:
2510: --
2511: -- Insert rows into xla_tb_defn_details
2512: --
2513:
2514: INSERT ALL INTO xla_tb_defn_details
2515: (definition_detail_id

Line 2514: INSERT ALL INTO xla_tb_defn_details

2510: --
2511: -- Insert rows into xla_tb_defn_details
2512: --
2513:
2514: INSERT ALL INTO xla_tb_defn_details
2515: (definition_detail_id
2516: ,object_version_number
2517: ,definition_code
2518: ,flexfield_segment_code

Line 2530: VALUES (xla_tb_defn_details_s.NEXTVAL

2526: ,created_by
2527: ,last_update_date
2528: ,last_updated_by
2529: ,last_update_login)
2530: VALUES (xla_tb_defn_details_s.NEXTVAL
2531: ,1
2532: ,definition_code
2533: ,NULL -- flexfield segment code
2534: ,NULL -- segment value from