DBA Data[Home] [Help]

APPS.XLA_HIST_LEDGER_UPG_PKG dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 2703: FROM fnd_id_flex_structures_vl

2699:
2700:
2701: SELECT dynamic_inserts_allowed_flag
2702: INTO l_dynamic_inserts
2703: FROM fnd_id_flex_structures_vl
2704: WHERE application_id = 101
2705: AND id_flex_code = 'GL#'
2706: AND id_flex_num = l_primary_coa; -- why is this flag for primary???
2707:

Line 2898: FROM fnd_id_flex_structures_vl

2894: -- At this stage, secondary ledgers should have same ccid values as primary ledger
2895:
2896: SELECT dynamic_inserts_allowed_flag
2897: INTO l_dynamic_inserts
2898: FROM fnd_id_flex_structures_vl
2899: WHERE application_id = 101
2900: AND id_flex_code = 'GL#'
2901: AND id_flex_num = l_primary_coa; -- why is this flag for primary???
2902: