DBA Data[Home] [Help]

APPS.GCS_TRANS_DYNAMIC_PKG dependencies on GCS_TRANSLATION_GT

Line 449: 'FROM gcs_translation_gt, tgt,' || g_nl ||

445: 'tgt.xlate_ptd_dr, tgt.xlate_ptd_cr, tgt.xlate_ytd_dr, tgt.xlate_ytd_cr, sysdate, ' ||
446: gcs_translation_pkg.g_fnd_user_id || ', sysdate, ' ||
447: gcs_translation_pkg.g_fnd_user_id || ', ' ||
448: gcs_translation_pkg.g_fnd_login_id || g_nl ||
449: 'FROM gcs_translation_gt, tgt,' || g_nl ||
450: ' fem_ln_items_attr li,' || g_nl ||
451: ' fem_ext_acct_types_attr fxata' || g_nl ||
452: 'WHERE li.line_item_id = tgt.line_item_id' || g_nl ||
453: 'AND li.attribute_id = ' || gcs_translation_pkg.g_li_acct_type_attr_id || g_nl ||

Line 501: FROM gcs_translation_gt tgt,

497: fxata.number_assign_value * (tgt.xlate_ytd_dr - tgt.xlate_ytd_cr),
498: tgt.xlate_ptd_dr, tgt.xlate_ptd_cr, tgt.xlate_ytd_dr, tgt.xlate_ytd_cr,
499: sysdate, gcs_translation_pkg.g_fnd_user_id, sysdate,
500: gcs_translation_pkg.g_fnd_user_id, gcs_translation_pkg.g_fnd_login_id
501: FROM gcs_translation_gt tgt,
502: fem_ln_items_attr li,
503: fem_ext_acct_types_attr fxata
504: WHERE li.line_item_id = tgt.line_item_id
505: AND li.attribute_id = gcs_translation_pkg.g_li_acct_type_attr_id