DBA Data[Home] [Help]

APPS.OKS_COV_ENT_PUB dependencies on STANDARD

Line 47: p_api_version NUMBER Yes Standard IN Parameter.Represents API version.

43:
44: Parameter Data Type Required Description and
45: Validations
46:
47: p_api_version NUMBER Yes Standard IN Parameter.Represents API version.
48: p_init_msg_list VARCHAR2 Yes Standard IN Parameter.Initializes message list.
49: p_inp_rec gdrt_inp_rec_type Yes See Below the Data Structure Specification: gdrt_inp_rec_type.
50:
51:

Line 48: p_init_msg_list VARCHAR2 Yes Standard IN Parameter.Initializes message list.

44: Parameter Data Type Required Description and
45: Validations
46:
47: p_api_version NUMBER Yes Standard IN Parameter.Represents API version.
48: p_init_msg_list VARCHAR2 Yes Standard IN Parameter.Initializes message list.
49: p_inp_rec gdrt_inp_rec_type Yes See Below the Data Structure Specification: gdrt_inp_rec_type.
50:
51:
52: Input Record Specification: gdrt_inp_rec_type

Line 66: x_return_status VARCHAR2 Standard OUT Parameter.API return stautus.'S'(Success),'U'(Unexpected Error),'E'(Error)

62: The following table describes the OUT parameters associated with this API:
63:
64: Parameter Data Type Description
65:
66: x_return_status VARCHAR2 Standard OUT Parameter.API return stautus.'S'(Success),'U'(Unexpected Error),'E'(Error)
67: x_msg_count NUMBER Standard OUT Parameter.Error message count.
68: x_msg_data VARCHAR2 Standard OUT Parameter. Error message.
69: x_react_rec rcn_rsn_rec_type Reaction Time information.
70: See the Data Structure Specification: rcn_rsn_rec_type

Line 67: x_msg_count NUMBER Standard OUT Parameter.Error message count.

63:
64: Parameter Data Type Description
65:
66: x_return_status VARCHAR2 Standard OUT Parameter.API return stautus.'S'(Success),'U'(Unexpected Error),'E'(Error)
67: x_msg_count NUMBER Standard OUT Parameter.Error message count.
68: x_msg_data VARCHAR2 Standard OUT Parameter. Error message.
69: x_react_rec rcn_rsn_rec_type Reaction Time information.
70: See the Data Structure Specification: rcn_rsn_rec_type
71: x_resolve_rec rcn_rsn_rec_type Resolution Time information.

Line 68: x_msg_data VARCHAR2 Standard OUT Parameter. Error message.

64: Parameter Data Type Description
65:
66: x_return_status VARCHAR2 Standard OUT Parameter.API return stautus.'S'(Success),'U'(Unexpected Error),'E'(Error)
67: x_msg_count NUMBER Standard OUT Parameter.Error message count.
68: x_msg_data VARCHAR2 Standard OUT Parameter. Error message.
69: x_react_rec rcn_rsn_rec_type Reaction Time information.
70: See the Data Structure Specification: rcn_rsn_rec_type
71: x_resolve_rec rcn_rsn_rec_type Resolution Time information.
72: See the Data Structure Specification: rcn_rsn_rec_type.