DBA Data[Home] [Help]

APPS.XLA_HIST_LEDGER_UPG_PKG dependencies on GL_LEDGER_RELATIONSHIPS

Line 925: FROM gl_ledger_relationships

921: --g_sec_alc_end_date: set in validate_final_mode
922:
923: SELECT min(relationship_id)
924: INTO g_relationship_id
925: FROM gl_ledger_relationships
926: WHERE primary_ledger_id = g_primary_ledger_id
927: AND target_ledger_id = g_secondary_alc_ledger_id
928: AND application_id = 101
929: AND relationship_enabled_flag = 'Y';

Line 952: FROM gl_ledger_relationships

948: IF g_ledger_category_code = 'ALC' THEN
949:
950: SELECT alc_init_conv_option_code, alc_initializing_rate_type, alc_initializing_rate_date
951: INTO g_conversion_option, g_currency_conversion_type, g_currency_conversion_date
952: FROM gl_ledger_relationships
953: WHERE relationship_id = g_relationship_id;
954:
955: IF ( (g_conversion_option IS NULL) OR (g_currency_conversion_type IS NULL) OR (g_currency_conversion_date IS NULL) ) THEN
956: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN