DBA Data[Home] [Help]

APPS.XLA_TB_DATA_MANAGER_PVT dependencies on XLA_TB_DEFN_DETAILS

Line 563: ,xla_tb_defn_details xdd

559: FROM
560: ap_liability_balance alb
561: ,xla_ae_headers PARTITION (AP) xah
562: ,xla_event_types_b xet
563: ,xla_tb_defn_details xdd
564: ,xla_tb_definitions_b xtd
565: ,xla_tb_defn_je_sources xjs
566: ,xla_subledgers xsu
567: ,xla_transaction_entities_upg PARTITION (AP) xteu

Line 853: ,xla_tb_defn_details xdd

849: FROM
850: ap_liability_balance alb
851: ,xla_ae_headers PARTITION (AP) xah
852: ,xla_event_types_b xet
853: ,xla_tb_defn_details xdd
854: ,xla_tb_definitions_b xtd
855: ,xla_tb_defn_je_sources xjs
856: ,xla_subledgers xsu
857: ,xla_transaction_entities_upg PARTITION (AP) xteu

Line 1084: ,xla_tb_defn_details xdd

1080: FROM
1081: gl_code_combinations gcc
1082: ,xla_subledgers xsu
1083: ,xla_tb_defn_je_sources xjs
1084: ,xla_tb_defn_details xdd
1085: WHERE xdd.definition_code = :10
1086: AND xdd.owner_code = ''S''
1087: and xdd.code_combination_id = gcc.code_combination_id
1088: AND xsu.je_source_name = xjs.je_source_name

Line 1465: FROM xla_tb_defn_details tdd

1461: ,gcc.segment29 segment29_from
1462: ,gcc.segment29 segment29_to
1463: ,gcc.segment30 segment30_from
1464: ,gcc.segment30 segment30_to
1465: FROM xla_tb_defn_details tdd
1466: ,gl_code_combinations gcc
1467: WHERE tdd.definition_code = p_definition_code
1468: AND gcc.code_combination_id = tdd.code_combination_id;
1469:

Line 1479: FROM xla_tb_defn_details

1475:
1476: ELSE
1477:
1478: FOR c_segs IN (SELECT DISTINCT flexfield_segment_code
1479: FROM xla_tb_defn_details
1480: WHERE definition_code = p_definition_code)
1481: LOOP
1482: l_seg_num := SUBSTR(c_segs.flexfield_segment_code,8,2);
1483:

Line 1512: -- ,xla_tb_defn_details tab

1508: || C_NEW_LINE;
1509: --
1510: -- Selected Tables
1511: --
1512: -- ,xla_tb_defn_details tab
1513: --
1514: l_tables := C_NEW_LINE
1515: || ',xla_tb_defn_details tab'|| l_seg_num
1516: || C_NEW_LINE;

Line 1515: || ',xla_tb_defn_details tab'|| l_seg_num

1511: --
1512: -- ,xla_tb_defn_details tab
1513: --
1514: l_tables := C_NEW_LINE
1515: || ',xla_tb_defn_details tab'|| l_seg_num
1516: || C_NEW_LINE;
1517:
1518: --
1519: -- Join Conditions

Line 1873: DELETE xla_tb_defn_details

1869:
1870: DELETE xla_tb_definitions_tl
1871: WHERE definition_code = p_definition_code;
1872:
1873: DELETE xla_tb_defn_details
1874: WHERE definition_code = p_definition_code;
1875:
1876: DELETE xla_tb_defn_je_sources
1877: WHERE definition_code = p_definition_code;

Line 3121: ,xla_tb_defn_details xdd ';

3117: END IF;
3118:
3119: l_from := ',xla_subledgers xsu
3120: ,xla_tb_defn_je_sources xjs
3121: ,xla_tb_defn_details xdd ';
3122:
3123: --
3124: -- Owner Cocde = 'C' (User)
3125: --