DBA Data[Home] [Help]

APPS.POS_VENDOR_PUB_PKG dependencies on STANDARD

Line 16: -- Throughout this package spec, standard annotations are added for

12:
13: --
14: -- Begin Supplier Hub: Data Publication
15: --
16: -- Throughout this package spec, standard annotations are added for
17: -- most public APIs so end users can discover them in Integration
18: -- Repository. Mon Aug 31 09:29:44 PDT 2009 bso R12.1.2
19: --
20: -- End Supplier Hub: Data Publication

Line 33: * @param x_return_status Standard API return status

29: * Otherwise a new TCA Party record will be created.
30: * Upon successful validation this procedure posts the record(s) but
31: * does not perform database commit.
32: * @param p_vendor_rec Supplier info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
33: * @param x_return_status Standard API return status
34: * @param x_msg_count Standard API message count
35: * @param x_msg_data Standard API message data
36: * @param x_vendor_id The created Supplier Identifier
37: * @param x_party_id The created or existing TCA Party Identifier

Line 34: * @param x_msg_count Standard API message count

30: * Upon successful validation this procedure posts the record(s) but
31: * does not perform database commit.
32: * @param p_vendor_rec Supplier info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
33: * @param x_return_status Standard API return status
34: * @param x_msg_count Standard API message count
35: * @param x_msg_data Standard API message data
36: * @param x_vendor_id The created Supplier Identifier
37: * @param x_party_id The created or existing TCA Party Identifier
38: * @rep:displayname Create Supplier

Line 35: * @param x_msg_data Standard API message data

31: * does not perform database commit.
32: * @param p_vendor_rec Supplier info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
33: * @param x_return_status Standard API return status
34: * @param x_msg_count Standard API message count
35: * @param x_msg_data Standard API message data
36: * @param x_vendor_id The created Supplier Identifier
37: * @param x_party_id The created or existing TCA Party Identifier
38: * @rep:displayname Create Supplier
39: */

Line 58: * @param x_return_status Standard API return status

54: * the corresponding TCA Party record will not be updated.
55: * Upon successful validation this procedure updates the record but
56: * does not perform database commit.
57: * @param p_vendor_rec Supplier info to be updated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
58: * @param x_return_status Standard API return status
59: * @param x_msg_count Standard API message count
60: * @param x_msg_data Standard API message data
61: * @rep:displayname Update Supplier
62: * @rep:scope internal

Line 59: * @param x_msg_count Standard API message count

55: * Upon successful validation this procedure updates the record but
56: * does not perform database commit.
57: * @param p_vendor_rec Supplier info to be updated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
58: * @param x_return_status Standard API return status
59: * @param x_msg_count Standard API message count
60: * @param x_msg_data Standard API message data
61: * @rep:displayname Update Supplier
62: * @rep:scope internal
63: * @rep:lifecycle deprecated

Line 60: * @param x_msg_data Standard API message data

56: * does not perform database commit.
57: * @param p_vendor_rec Supplier info to be updated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
58: * @param x_return_status Standard API return status
59: * @param x_msg_count Standard API message count
60: * @param x_msg_data Standard API message data
61: * @rep:displayname Update Supplier
62: * @rep:scope internal
63: * @rep:lifecycle deprecated
64: */

Line 82: * standard API output message. In addition the party valid output

78:
79: /*#
80: * This procedure validates a Supplier record in Payables and TCA.
81: * If Supplier record is not valid the reason will be returned in the
82: * standard API output message. In addition the party valid output
83: * indicates whether the TCA Party record is valid or not.
84: * @param p_vendor_rec Supplier info to be validated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
85: * @param p_mode Indicates the calling mode I = Insert, U = Update
86: * @param x_return_status Standard API return status

Line 86: * @param x_return_status Standard API return status

82: * standard API output message. In addition the party valid output
83: * indicates whether the TCA Party record is valid or not.
84: * @param p_vendor_rec Supplier info to be validated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
85: * @param p_mode Indicates the calling mode I = Insert, U = Update
86: * @param x_return_status Standard API return status
87: * @param x_msg_count Standard API message count
88: * @param x_msg_data Standard API message data
89: * @param x_party_valid V = valid TCA Party, F = invalid, N = not found
90: * @rep:displayname Validate Supplier

Line 87: * @param x_msg_count Standard API message count

83: * indicates whether the TCA Party record is valid or not.
84: * @param p_vendor_rec Supplier info to be validated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
85: * @param p_mode Indicates the calling mode I = Insert, U = Update
86: * @param x_return_status Standard API return status
87: * @param x_msg_count Standard API message count
88: * @param x_msg_data Standard API message data
89: * @param x_party_valid V = valid TCA Party, F = invalid, N = not found
90: * @rep:displayname Validate Supplier
91: * @rep:scope internal

Line 88: * @param x_msg_data Standard API message data

84: * @param p_vendor_rec Supplier info to be validated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_REC_TYPE.
85: * @param p_mode Indicates the calling mode I = Insert, U = Update
86: * @param x_return_status Standard API return status
87: * @param x_msg_count Standard API message count
88: * @param x_msg_data Standard API message data
89: * @param x_party_valid V = valid TCA Party, F = invalid, N = not found
90: * @rep:displayname Validate Supplier
91: * @rep:scope internal
92: * @rep:lifecycle deprecated

Line 114: * @param x_return_status Standard API return status

110: * Otherwise a new TCA Party Site record will be created.
111: * Upon successful validation this procedure posts the record(s) but
112: * does not perform database commit.
113: * @param p_vendor_site_rec Supplier Site info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
114: * @param x_return_status Standard API return status
115: * @param x_msg_count Standard API message count
116: * @param x_msg_data Standard API message data
117: * @param x_vendor_site_id The created Supplier Site Identifier
118: * @param x_party_site_id The created or existing TCA Party Site Identifier

Line 115: * @param x_msg_count Standard API message count

111: * Upon successful validation this procedure posts the record(s) but
112: * does not perform database commit.
113: * @param p_vendor_site_rec Supplier Site info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
114: * @param x_return_status Standard API return status
115: * @param x_msg_count Standard API message count
116: * @param x_msg_data Standard API message data
117: * @param x_vendor_site_id The created Supplier Site Identifier
118: * @param x_party_site_id The created or existing TCA Party Site Identifier
119: * @param x_location_id The created or existing TCA Location Identifier

Line 116: * @param x_msg_data Standard API message data

112: * does not perform database commit.
113: * @param p_vendor_site_rec Supplier Site info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
114: * @param x_return_status Standard API return status
115: * @param x_msg_count Standard API message count
116: * @param x_msg_data Standard API message data
117: * @param x_vendor_site_id The created Supplier Site Identifier
118: * @param x_party_site_id The created or existing TCA Party Site Identifier
119: * @param x_location_id The created or existing TCA Location Identifier
120: * @rep:displayname Create Supplier Site

Line 143: * @param x_return_status Standard API return status

139: * the corresponding TCA Party Site record will not be updated.
140: * Upon successful validation this procedure updates the record but
141: * does not perform database commit.
142: * @param p_vendor_site_rec Supplier Site info to be updated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
143: * @param x_return_status Standard API return status
144: * @param x_msg_count Standard API message count
145: * @param x_msg_data Standard API message data
146: * @rep:displayname Update Supplier Site
147: * @rep:scope internal

Line 144: * @param x_msg_count Standard API message count

140: * Upon successful validation this procedure updates the record but
141: * does not perform database commit.
142: * @param p_vendor_site_rec Supplier Site info to be updated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
143: * @param x_return_status Standard API return status
144: * @param x_msg_count Standard API message count
145: * @param x_msg_data Standard API message data
146: * @rep:displayname Update Supplier Site
147: * @rep:scope internal
148: * @rep:lifecycle deprecated

Line 145: * @param x_msg_data Standard API message data

141: * does not perform database commit.
142: * @param p_vendor_site_rec Supplier Site info to be updated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
143: * @param x_return_status Standard API return status
144: * @param x_msg_count Standard API message count
145: * @param x_msg_data Standard API message data
146: * @rep:displayname Update Supplier Site
147: * @rep:scope internal
148: * @rep:lifecycle deprecated
149: */

Line 167: * standard API output message. In addition the party site valid output

163:
164: /*#
165: * This procedure validates a Supplier Site record in Payables and TCA.
166: * If Supplier Site record is not valid the reason will be returned in the
167: * standard API output message. In addition the party site valid output
168: * indicates whether the TCA Party Site record is valid or not.
169: * @param p_vendor_site_rec Supplier Site info to be validated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
170: * @param p_mode Indicates the calling mode I = Insert, U = Update
171: * @param x_return_status Standard API return status

Line 171: * @param x_return_status Standard API return status

167: * standard API output message. In addition the party site valid output
168: * indicates whether the TCA Party Site record is valid or not.
169: * @param p_vendor_site_rec Supplier Site info to be validated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
170: * @param p_mode Indicates the calling mode I = Insert, U = Update
171: * @param x_return_status Standard API return status
172: * @param x_msg_count Standard API message count
173: * @param x_msg_data Standard API message data
174: * @param x_party_site_valid V = valid TCA Party Site, F = invalid, N = not found
175: * @param x_location_valid V = valid TCA Location, F = invalid, N = not found

Line 172: * @param x_msg_count Standard API message count

168: * indicates whether the TCA Party Site record is valid or not.
169: * @param p_vendor_site_rec Supplier Site info to be validated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
170: * @param p_mode Indicates the calling mode I = Insert, U = Update
171: * @param x_return_status Standard API return status
172: * @param x_msg_count Standard API message count
173: * @param x_msg_data Standard API message data
174: * @param x_party_site_valid V = valid TCA Party Site, F = invalid, N = not found
175: * @param x_location_valid V = valid TCA Location, F = invalid, N = not found
176: * @rep:displayname Validate Supplier Site

Line 173: * @param x_msg_data Standard API message data

169: * @param p_vendor_site_rec Supplier Site info to be validated. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_SITE_REC_TYPE.
170: * @param p_mode Indicates the calling mode I = Insert, U = Update
171: * @param x_return_status Standard API return status
172: * @param x_msg_count Standard API message count
173: * @param x_msg_data Standard API message data
174: * @param x_party_site_valid V = valid TCA Party Site, F = invalid, N = not found
175: * @param x_location_valid V = valid TCA Location, F = invalid, N = not found
176: * @rep:displayname Validate Supplier Site
177: * @rep:scope internal

Line 196: * @param x_return_status Standard API return status

192: * (Trading Community Architecture) with the input supplier site contact information.
193: * Upon successful validation this procedure posts the record(s) but
194: * does not perform database commit.
195: * @param p_vendor_contact_rec Supplier Site Contact info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_CONTACT_REC_TYPE.
196: * @param x_return_status Standard API return status
197: * @param x_msg_count Standard API message count
198: * @param x_msg_data Standard API message data
199: * @param x_vendor_contact_id The created Supplier Site Contact Identifier
200: * @param x_per_party_id The created or existing TCA Person Party Identifier

Line 197: * @param x_msg_count Standard API message count

193: * Upon successful validation this procedure posts the record(s) but
194: * does not perform database commit.
195: * @param p_vendor_contact_rec Supplier Site Contact info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_CONTACT_REC_TYPE.
196: * @param x_return_status Standard API return status
197: * @param x_msg_count Standard API message count
198: * @param x_msg_data Standard API message data
199: * @param x_vendor_contact_id The created Supplier Site Contact Identifier
200: * @param x_per_party_id The created or existing TCA Person Party Identifier
201: * @param x_rel_party_id The created or existing TCA Relationship Party Identifier

Line 198: * @param x_msg_data Standard API message data

194: * does not perform database commit.
195: * @param p_vendor_contact_rec Supplier Site Contact info to be created. For more information, refer to AP_VENDOR_PUB_PKG.R_VENDOR_CONTACT_REC_TYPE.
196: * @param x_return_status Standard API return status
197: * @param x_msg_count Standard API message count
198: * @param x_msg_data Standard API message data
199: * @param x_vendor_contact_id The created Supplier Site Contact Identifier
200: * @param x_per_party_id The created or existing TCA Person Party Identifier
201: * @param x_rel_party_id The created or existing TCA Relationship Party Identifier
202: * @param x_rel_id The created or existing TCA Relationship Identifier

Line 1072: -- current performance coding standard.

1068: -- original EGO API they are defined as having DEFAULT fnd_api.g_false.
1069: -- This can be finessed as memory is allocated for each even if
1070: -- user skips them. Now changed to DEFAULT NULL, retaining the same
1071: -- default semantics by NVL in the body. This is done according to
1072: -- current performance coding standard.
1073: --
1074: -- p_init_error_handler IN VARCHAR2 DEFAULT NULL,
1075: -- p_write_to_concurrent_log IN VARCHAR2 DEFAULT NULL,
1076: -- p_init_fnd_msg_list IN VARCHAR2 DEFAULT NULL,

Line 1198: -- current performance coding standard.

1194: -- original EGO API they are defined as having DEFAULT fnd_api.g_false.
1195: -- This can be finessed as memory is allocated for each even if
1196: -- user skips them. Now changed to DEFAULT NULL, retaining the same
1197: -- default semantics by NVL in the body. This is done according to
1198: -- current performance coding standard.
1199: --
1200: -- p_init_error_handler IN VARCHAR2 DEFAULT NULL,
1201: -- p_init_fnd_msg_list IN VARCHAR2 DEFAULT NULL,
1202: -- p_add_errors_to_fnd_stack IN VARCHAR2 DEFAULT NULL,