DBA Data[Home] [Help]

APPS.UMX_PUB dependencies on UMX_REG_REQUESTS

Line 38: p_reg_request_id in UMX_REG_REQUESTS.REG_REQUEST_ID%TYPE,

34: * @rep:scope public
35: * @rep:lifecycle active
36: */
37: function get_attribute_value (
38: p_reg_request_id in UMX_REG_REQUESTS.REG_REQUEST_ID%TYPE,
39: p_attribute_name in varchar2
40: ) return varchar2;
41:
42: --