DBA Data[Home] [Help]

APPS.QA_PERFORMANCE_PUB dependencies on STANDARD

Line 18: -- Standard api parameter. Indicates whether to

14: -- IN : p_api_version NUMBER
15: -- Should be 1.0
16: --
17: -- p_init_msg_list VARCHAR2
18: -- Standard api parameter. Indicates whether to
19: -- re-initialize the message list.
20: -- Default is fnd_api.g_false.
21: --
22: -- p_char_id NUMBER

Line 36: -- Standard api parameter. Indicates no. of messages

32: -- OUT : x_predicate VARCHAR2
33: -- The Predicate to be returned
34: --
35: -- x_msg_count NUMBER
36: -- Standard api parameter. Indicates no. of messages
37: -- put into the message stack. Currently, there are no
38: -- supported messages. The framework is provided similar
39: -- to any Public API.
40: --

Line 42: -- Standard api parameter. Messages returned.

38: -- supported messages. The framework is provided similar
39: -- to any Public API.
40: --
41: -- x_msg_data VARCHAR2
42: -- Standard api parameter. Messages returned.
43: -- Currently, there are no supported messages. The
44: -- framework is provided similar to any Public API.
45: --
46: -- x_return_status VARCHAR2

Line 47: -- Standard api return status parameter.

43: -- Currently, there are no supported messages. The
44: -- framework is provided similar to any Public API.
45: --
46: -- x_return_status VARCHAR2
47: -- Standard api return status parameter.
48: -- Values: fnd_api.g_ret_sts_success,
49: -- fnd_api.g_ret_sts_error,
50: -- fnd_api.g_ret_sts_unexp_error.
51: --