DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_DATA_SUB_DTLS

Line 764: l_data_sub_info gcs_data_sub_dtls%ROWTYPE;

760: RETURN VARCHAR2
761:
762: IS
763: l_parameter_list wf_parameter_list_t;
764: l_data_sub_info gcs_data_sub_dtls%ROWTYPE;
765: l_load_id NUMBER(15);
766: l_message_name VARCHAR2(30);
767: l_entry_id NUMBER(15);
768: l_stat_entry_id NUMBER(15);

Line 863: FROM gcs_data_sub_dtls gdsd, fem_ledgers_attr fla

859: l_data_sub_info.currency_type_code,
860: l_data_sub_info.load_id,
861: l_message_name,
862: l_currency_type_code
863: FROM gcs_data_sub_dtls gdsd, fem_ledgers_attr fla
864: WHERE gdsd.load_id = l_load_id
865: AND fla.ledger_id = l_ledger_id
866: AND fla.attribute_id = l_func_currency_attr
867: AND fla.version_id = l_func_currency_ver;