DBA Data[Home] [Help]

APPS.PV_PG_MEMBERSHIPS_PVT dependencies on STANDARD

Line 117: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters

113: -- x_return_status OUT VARCHAR2
114: -- x_msg_count OUT NUMBER
115: -- x_msg_data OUT VARCHAR2
116: -- Version : Current version 1.0
117: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
118: -- and basic operation, developer must manually add parameters and business logic as necessary.
119: --
120: -- History
121: --

Line 164: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters

160: -- x_return_status OUT VARCHAR2
161: -- x_msg_count OUT NUMBER
162: -- x_msg_data OUT VARCHAR2
163: -- Version : Current version 1.0
164: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
165: -- and basic operation, developer must manually add parameters and business logic as necessary.
166: --
167: -- History
168: --

Line 211: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters

207: -- x_return_status OUT VARCHAR2
208: -- x_msg_count OUT NUMBER
209: -- x_msg_data OUT VARCHAR2
210: -- Version : Current version 1.0
211: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
212: -- and basic operation, developer must manually add parameters and business logic as necessary.
213: --
214: -- History
215: --

Line 256: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters

252: -- x_return_status OUT VARCHAR2
253: -- x_msg_count OUT NUMBER
254: -- x_msg_data OUT VARCHAR2
255: -- Version : Current version 1.0
256: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
257: -- and basic operation, developer must manually add parameters and business logic as necessary.
258: --
259: -- History
260: --

Line 392: , p_memb_type IN VARCHAR -- if not given, will get from profile, should be 'SUBSIDIARY','GLOBAL','STANDARD'

388: , p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE
389: , p_commit IN VARCHAR2 := FND_API.G_FALSE
390: , p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL
391: , p_partner_id IN NUMBER -- partner id for which all memberships need to be terminated
392: , p_memb_type IN VARCHAR -- if not given, will get from profile, should be 'SUBSIDIARY','GLOBAL','STANDARD'
393: , p_status_reason_code IN VARCHAR2 -- pass 'MEMBER_TYPE_CHANGE' if it is happening because of member type change -- it validates against PV_MEMB_STATUS_REASON_CODE
394: , p_comments IN VARCHAR2 DEFAULT NULL -- pass 'Membership terminated by system as member type is changed' if it is changed because of member type change
395: , x_return_status OUT NOCOPY VARCHAR2
396: , x_msg_count OUT NOCOPY NUMBER