DBA Data[Home] [Help]

APPS.GCS_ENTRY_PKG dependencies on FND_CURRENCIES

Line 317: 'FROM fnd_currencies fc, gcs_entry_headers geh' || g_nl ||

313: ''RECURRING''), year_to_apply_re, hierarchy_id, balance_type_code,
314: entity_id, NVL (minimum_accountable_unit, POWER (10, -PRECISION))' || g_nl ||
315: 'INTO l_entry_type_code, l_year_to_apply_re, l_hierarchy_id,
316: l_balance_code, l_entity_id, l_precision' || g_nl ||
317: 'FROM fnd_currencies fc, gcs_entry_headers geh' || g_nl ||
318: 'WHERE fc.currency_code = geh.currency_code ' || g_nl ||
319: 'AND geh.entry_id = ' || l_entry_id(1));
320: END IF;
321:

Line 328: FROM fnd_currencies fc, gcs_entry_headers geh

324: 'ONE_TIME',
325: 'RECURRING'),
326: NVL(minimum_accountable_unit, POWER(10, -PRECISION))
327: INTO l_entry_type_code, l_precision
328: FROM fnd_currencies fc, gcs_entry_headers geh
329: WHERE fc.currency_code = geh.currency_code
330: AND geh.entry_id = l_entry_id(1);
331:
332: IF (l_entry_type_code = 'RECURRING') THEN

Line 1182: 'FROM fnd_currencies fc, gcs_entry_headers geh' || g_nl ||

1178: ''RECURRING''), year_to_apply_re, hierarchy_id, balance_type_code,
1179: entity_id, NVL (minimum_accountable_unit, POWER (10, -PRECISION))' || g_nl ||
1180: 'INTO l_entry_type_code, l_year_to_apply_re, l_hierarchy_id,
1181: l_balance_code, l_entity_id, l_precision' || g_nl ||
1182: 'FROM fnd_currencies fc, gcs_entry_headers geh' || g_nl ||
1183: 'WHERE fc.currency_code = geh.currency_code ' || g_nl ||
1184: 'AND geh.entry_id = ' || l_entry_id);
1185: END IF;
1186:

Line 1202: FROM fnd_currencies fc, gcs_entry_headers geh

1198: l_hierarchy_id,
1199: l_balance_code,
1200: l_entity_id,
1201: l_precision
1202: FROM fnd_currencies fc, gcs_entry_headers geh
1203: WHERE fc.currency_code = geh.currency_code
1204: AND geh.entry_id = l_entry_id;
1205:
1206: IF (l_entry_type_code = 'RECURRING') THEN