DBA Data[Home] [Help]

APPS.CZ_FCE_COMPILE dependencies on CZ_LOCALIZED_TEXTS

Line 4888: l_text cz_localized_texts.localized_str%TYPE;

4884:
4885: PROCEDURE set_reason_id IS
4886:
4887: l_id NUMBER;
4888: l_text cz_localized_texts.localized_str%TYPE;
4889:
4890: BEGIN
4891:
4892: --reason_id for constraints, for which we call this procedure, cannot be null, so

Line 4899: SELECT persistent_intl_text_id, localized_str INTO l_id, l_text FROM cz_localized_texts

4895: IF ( this_reason_id IS NOT NULL ) THEN
4896:
4897: --Bug #6899574. Need to get the persistent id of localized text record.
4898:
4899: SELECT persistent_intl_text_id, localized_str INTO l_id, l_text FROM cz_localized_texts
4900: WHERE deleted_flag = '0' AND language = USERENV ('LANG') AND intl_text_id = this_reason_id;
4901:
4902: comment ( 'Set rule violation message: "' || l_text || '"' );
4903: