DBA Data[Home] [Help]

APPS.GCS_DP_DYNAMIC_PKG dependencies on GCS_TEMPLATES_DYNAMIC_PKG

Line 1255: GCS_templates_dynamic_PKG.CALCULATE_DP_RE(p_entry_id => l_entry_id,

1251: AND fb.source_system_code = l_source_system_code
1252: )
1253: WHERE gel.entry_id = l_entry_id;
1254: END IF;
1255: GCS_templates_dynamic_PKG.CALCULATE_DP_RE(p_entry_id => l_entry_id,
1256: p_hierarchy_id => p_hierarchy_id,
1257: p_bal_type_code => p_balance_type_code,
1258: p_entity_id => p_entity_id,
1259: p_pre_cal_period_id => p_cal_period_record.prev_cal_period_id,

Line 1294: gcs_templates_dynamic_pkg.balance (p_entry_id => l_entry_id,

1290: WHEN OTHERS
1291: THEN
1292: RAISE no_suspense_template_error;
1293: END;
1294: gcs_templates_dynamic_pkg.balance (p_entry_id => l_entry_id,
1295: p_template => l_temp_record,
1296: p_bal_type_code => p_balance_type_code,
1297: p_hierarchy_id => p_hierarchy_id,
1298: p_entity_id => p_entity_id,

Line 1358: gcs_templates_dynamic_pkg.balance (p_entry_id => l_proportional_entry_id,

1354: WHERE entry_id in ( l_entry_id, l_stat_entry_id);
1355: -- end of bug fix 3800183
1356: --bug fix 3797312
1357: IF l_proportional_entry_id IS NOT NULL THEN
1358: gcs_templates_dynamic_pkg.balance (p_entry_id => l_proportional_entry_id,
1359: p_template => l_temp_record,
1360: p_bal_type_code => p_balance_type_code,
1361: p_hierarchy_id => p_hierarchy_id,
1362: p_entity_id => p_entity_id,

Line 1913: gcs_templates_dynamic_pkg.balance (p_entry_id => x_entry_id,

1909: WHEN OTHERS
1910: THEN
1911: RAISE no_suspense_template_error;
1912: END;
1913: gcs_templates_dynamic_pkg.balance (p_entry_id => x_entry_id,
1914: p_template => l_temp_record,
1915: p_bal_type_code => p_balance_type_code,
1916: p_hierarchy_id => p_hierarchy_id,
1917: p_entity_id => p_entity_id,

Line 1960: gcs_templates_dynamic_pkg.balance (p_entry_id => x_prop_entry_id,

1956: last_updated_by, last_update_login
1957: FROM gcs_entry_lines
1958: WHERE entry_id in ( x_entry_id, x_stat_entry_id);
1959: IF x_prop_entry_id IS NOT NULL THEN
1960: gcs_templates_dynamic_pkg.balance (p_entry_id => x_prop_entry_id,
1961: p_template => l_temp_record,
1962: p_bal_type_code => p_balance_type_code,
1963: p_hierarchy_id => p_hierarchy_id,
1964: p_entity_id => p_entity_id,