DBA Data[Home] [Help]

APPS.GCS_TRANSLATION_PKG dependencies on GCS_TRANS_DYNAMIC_PKG

Line 2390: GCS_TRANS_DYNAMIC_PKG.Initialize_Data_Load_Status (

2386: x_group_by_flag => group_by_flag,
2387: x_hier_li_id => hier_li_id);
2388:
2389: -- Bugfix 5725759
2390: GCS_TRANS_DYNAMIC_PKG.Initialize_Data_Load_Status (
2391: p_hier_dataset_code => p_hier_dataset_code,
2392: p_cal_period_id => p_cal_period_id,
2393: p_source_system_code => source_system_code,
2394: p_from_ccy => source_currency,

Line 2400: GCS_TRANS_DYNAMIC_PKG.Roll_Forward_Rates(

2396: p_entity_id => child_entity_id,
2397: p_line_item_id => hier_li_id);
2398:
2399: -- Roll forward the historical rates applicable for this translation.
2400: GCS_TRANS_DYNAMIC_PKG.Roll_Forward_Rates(
2401: p_hier_dataset_code => p_hier_dataset_code,
2402: p_source_system_code => source_system_code,
2403: p_ledger_id => ledger_id,
2404: p_cal_period_id => p_cal_period_id,

Line 2416: GCS_TRANS_DYNAMIC_PKG.Translate_First_Ever_Period(

2412:
2413: -- Populate GCS_TRANSLATION_GT based on whether this is the first ever
2414: -- translated period or not.
2415: IF first_ever_period = 'Y' THEN
2416: GCS_TRANS_DYNAMIC_PKG.Translate_First_Ever_Period(
2417: p_hier_dataset_code => p_hier_dataset_code,
2418: p_source_system_code => source_system_code,
2419: p_ledger_id => ledger_id,
2420: p_cal_period_id => p_cal_period_id,

Line 2433: GCS_TRANS_DYNAMIC_PKG.Translate_Subsequent_Period(

2429: p_group_by_flag => group_by_flag,
2430: p_round_factor => ccy_round_factor,
2431: p_hier_li_id => hier_li_id);
2432: ELSE
2433: GCS_TRANS_DYNAMIC_PKG.Translate_Subsequent_Period(
2434: p_hier_dataset_code => p_hier_dataset_code,
2435: p_cal_period_id => p_cal_period_id,
2436: p_prev_period_id => cal_period_info.prev_cal_period_id,
2437: p_entity_id => child_entity_id,

Line 2479: GCS_TRANS_DYNAMIC_PKG.Create_New_Entry(

2475: Calculate_Xlated_PTD_YTD;
2476: END IF;
2477:
2478: -- Create a new entry in the gcs_entry_headers table, and associated lines.
2479: GCS_TRANS_DYNAMIC_PKG.Create_New_Entry(
2480: p_new_entry_id => p_new_entry_id,
2481: p_hierarchy_id => hierarchy_id,
2482: p_entity_id => child_entity_id,
2483: p_cal_period_id => p_cal_period_id,