DBA Data[Home] [Help]

APPS.EDR_PSIG_MSCA_PAGE_FLOW dependencies on STANDARD

Line 58: EDR_STANDARD.GET_MEANING('EDR_SIGNATURE_TYPES', l_signer_code, l_param_table(i).param_value);

54: --We need both the signer code and meaning
55: --Code is required for Workflow action history region.
56: --Meaning is required for evidence store.
57: l_signer_code := l_param_table(i).param_value;
58: EDR_STANDARD.GET_MEANING('EDR_SIGNATURE_TYPES', l_signer_code, l_param_table(i).param_value);
59:
60: ELSIF l_param_table(i).param_name = 'REASON_CODE' THEN
61: --We need both signing reason code and meaning.
62: --Code is required for workflow action history region.

Line 65: EDR_STANDARD.GET_MEANING('EDR_SIGNING_REASONS', l_signing_reason_code, l_param_table(i).param_value);

61: --We need both signing reason code and meaning.
62: --Code is required for workflow action history region.
63: --Meaning is required for evidence store.
64: l_signing_reason_code := l_param_table(i).param_value;
65: EDR_STANDARD.GET_MEANING('EDR_SIGNING_REASONS', l_signing_reason_code, l_param_table(i).param_value);
66:
67: ELSIF l_param_table(i).param_name = 'SIGNERS_COMMENT' THEN
68: l_signer_comment := l_param_table(i).param_value;
69: END IF;