DBA Data[Home] [Help]

APPS.CSM_PARTY_DOWNLOAD_PUB dependencies on STANDARD

Line 10: * @param p_api_version_number the standard API version number

6:
7: /*#
8: * Assign a customer to an user API.
9: *
10: * @param p_api_version_number the standard API version number
11: * @param p_init_msg_list the standard API flag allows API callers to request
12: * that the API does the initialization of the message list on their behalf.
13: * By default, the message list will not be initialized.
14: * @param p_user_id the user id to which the customer is to be assigned

Line 11: * @param p_init_msg_list the standard API flag allows API callers to request

7: /*#
8: * Assign a customer to an user API.
9: *
10: * @param p_api_version_number the standard API version number
11: * @param p_init_msg_list the standard API flag allows API callers to request
12: * that the API does the initialization of the message list on their behalf.
13: * By default, the message list will not be initialized.
14: * @param p_user_id the user id to which the customer is to be assigned
15: * @param p_party_id the customer to be assigned

Line 43: * @param p_api_version_number the standard API version number

39:
40: /*#
41: * Assign a multiple customers to multiple users API.
42: *
43: * @param p_api_version_number the standard API version number
44: * @param p_init_msg_list the standard API flag allows API callers to request
45: * that the API does the initialization of the message list on their behalf.
46: * By default, the message list will not be initialized.
47: * @param p_user_id_lst the user id to which the customer is to be assigned

Line 44: * @param p_init_msg_list the standard API flag allows API callers to request

40: /*#
41: * Assign a multiple customers to multiple users API.
42: *
43: * @param p_api_version_number the standard API version number
44: * @param p_init_msg_list the standard API flag allows API callers to request
45: * that the API does the initialization of the message list on their behalf.
46: * By default, the message list will not be initialized.
47: * @param p_user_id_lst the user id to which the customer is to be assigned
48: * @param p_party_id_lst the customer to be assigned

Line 76: * @param p_api_version_number the standard API version number

72:
73: /*#
74: * Assign a customer location to an user API.
75: *
76: * @param p_api_version_number the standard API version number
77: * @param p_init_msg_list the standard API flag allows API callers to request
78: * that the API does the initialization of the message list on their behalf.
79: * By default, the message list will not be initialized.
80: * @param p_user_id the user id to which the customer is to be assigned

Line 77: * @param p_init_msg_list the standard API flag allows API callers to request

73: /*#
74: * Assign a customer location to an user API.
75: *
76: * @param p_api_version_number the standard API version number
77: * @param p_init_msg_list the standard API flag allows API callers to request
78: * that the API does the initialization of the message list on their behalf.
79: * By default, the message list will not be initialized.
80: * @param p_user_id the user id to which the customer is to be assigned
81: * @param p_party_id the customer to be assigned

Line 111: * @param p_api_version_number the standard API version number

107:
108: /*#
109: * Assign a multiple customer locations to multiple users API.
110: *
111: * @param p_api_version_number the standard API version number
112: * @param p_init_msg_list the standard API flag allows API callers to request
113: * that the API does the initialization of the message list on their behalf.
114: * By default, the message list will not be initialized.
115: * @param p_user_id_lst the user id to which the customer is to be assigned

Line 112: * @param p_init_msg_list the standard API flag allows API callers to request

108: /*#
109: * Assign a multiple customer locations to multiple users API.
110: *
111: * @param p_api_version_number the standard API version number
112: * @param p_init_msg_list the standard API flag allows API callers to request
113: * that the API does the initialization of the message list on their behalf.
114: * By default, the message list will not be initialized.
115: * @param p_user_id_lst the user id to which the customer is to be assigned
116: * @param p_party_id the customer to be assigned

Line 146: * @param p_api_version_number the standard API version number

142:
143: /*#
144: * To fetch the parties related to an user API.
145: *
146: * @param p_api_version_number the standard API version number
147: * @param p_init_msg_list the standard API flag allows API callers to request
148: * that the API does the initialization of the message list on their behalf.
149: * By default, the message list will not be initialized.
150: * @param p_user_id the user id for which customers has to be fetched

Line 147: * @param p_init_msg_list the standard API flag allows API callers to request

143: /*#
144: * To fetch the parties related to an user API.
145: *
146: * @param p_api_version_number the standard API version number
147: * @param p_init_msg_list the standard API flag allows API callers to request
148: * that the API does the initialization of the message list on their behalf.
149: * By default, the message list will not be initialized.
150: * @param p_user_id the user id for which customers has to be fetched
151: * @param p_party_id_lst the customers which are fetched

Line 176: * @param p_api_version_number the standard API version number

172:
173: /*#
174: * To fetch the locations of a party related to an user API.
175: *
176: * @param p_api_version_number the standard API version number
177: * @param p_init_msg_list the standard API flag allows API callers to request
178: * that the API does the initialization of the message list on their behalf.
179: * By default, the message list will not be initialized.
180: * @param p_user_id the user id for which locations has to be fetched

Line 177: * @param p_init_msg_list the standard API flag allows API callers to request

173: /*#
174: * To fetch the locations of a party related to an user API.
175: *
176: * @param p_api_version_number the standard API version number
177: * @param p_init_msg_list the standard API flag allows API callers to request
178: * that the API does the initialization of the message list on their behalf.
179: * By default, the message list will not be initialized.
180: * @param p_user_id the user id for which locations has to be fetched
181: * @param p_party_id the customers for which locations has to be fetched