DBA Data[Home] [Help]

APPS.GCS_XML_DT_UTILITY_PKG dependencies on GCS_DATA_SUB_DTLS

Line 71: gcs_data_sub_dtls gdsd,

67: fem_ledgers_attr fla,
68: gcs_entities_attr gea,
69: fem_tab_column_prop ftcp,
70: fem_tab_columns_b ftcb,
71: gcs_data_sub_dtls gdsd,
72: fem_cal_periods_attr fcpa
73: WHERE gdsd.load_id = p_load_id
74: AND gea.entity_id = p_entity_id
75: AND gea.data_type_code = gdsd.balance_type_code

Line 347: FROM gcs_data_sub_dtls gdsd,

343: l_balance_type_code,
344: l_source_system_code,
345: l_entity_currency_code,
346: l_entity_id
347: FROM gcs_data_sub_dtls gdsd,
348: gcs_entities_attr gea,
349: fem_ledgers_attr fla_comp,
350: fem_cal_periods_attr fcpa
351: WHERE gdsd.load_id = pXmlFileId

Line 441: gcs_data_sub_dtls gdsd ,

437: fem_tab_column_prop ftcp,
438: fem_tab_columns_b ftcb,
439: gcs_system_options gso,
440: fem_global_vs_combo_defs fch_gvcd,
441: gcs_data_sub_dtls gdsd ,
442: fem_cal_periods_attr fcpa
443: WHERE gso.fch_global_vs_combo_id = fch_gvcd.global_vs_combo_id
444: AND gea.entity_id = gdsd.entity_id
445: AND gea.data_type_code = gdsd.balance_type_code

Line 777: gcs_data_sub_dtls gdsd,

773: fem_ledgers_attr fla,
774: gcs_entities_attr gea,
775: gcs_system_options gso,
776: fem_global_vs_combo_defs fch_gvcd,
777: gcs_data_sub_dtls gdsd,
778: fem_cal_periods_attr fcpa
779: WHERE gso.fch_global_vs_combo_id = fch_gvcd.global_vs_combo_id
780: AND fla.ledger_id = gea.ledger_id
781: AND fla.attribute_id = pLedgerVsComboAttr