DBA Data[Home] [Help]

APPS.POS_VENDOR_PUB_PKG dependencies on AP_VENDOR_PUB_PKG

Line 5: ( p_vendor_rec IN AP_VENDOR_PUB_PKG.r_vendor_rec_type,

1: PACKAGE POS_VENDOR_PUB_PKG AS
2: /* $Header: POSVNDRS.pls 120.11.12010000.2 2008/10/04 11:16:01 sthoppan ship $ */
3:
4: PROCEDURE Create_Vendor
5: ( p_vendor_rec IN AP_VENDOR_PUB_PKG.r_vendor_rec_type,
6: x_return_status OUT NOCOPY VARCHAR2,
7: x_msg_count OUT NOCOPY NUMBER,
8: x_msg_data OUT NOCOPY VARCHAR2,
9: x_vendor_id OUT NOCOPY NUMBER,

Line 15: -- AP_VENDOR_PUB_PKG which does not update TCA tables.

11: );
12:
13: -- Notes: This API will not update any TCA tables. It updates vendor info only.
14: -- This is because the procedure calls the corresponding procedure in
15: -- AP_VENDOR_PUB_PKG which does not update TCA tables.
16: PROCEDURE Update_Vendor
17: ( p_vendor_rec IN AP_VENDOR_PUB_PKG.r_vendor_rec_type,
18: x_return_status OUT NOCOPY VARCHAR2,
19: x_msg_count OUT NOCOPY NUMBER,

Line 17: ( p_vendor_rec IN AP_VENDOR_PUB_PKG.r_vendor_rec_type,

13: -- Notes: This API will not update any TCA tables. It updates vendor info only.
14: -- This is because the procedure calls the corresponding procedure in
15: -- AP_VENDOR_PUB_PKG which does not update TCA tables.
16: PROCEDURE Update_Vendor
17: ( p_vendor_rec IN AP_VENDOR_PUB_PKG.r_vendor_rec_type,
18: x_return_status OUT NOCOPY VARCHAR2,
19: x_msg_count OUT NOCOPY NUMBER,
20: x_msg_data OUT NOCOPY VARCHAR2
21: );

Line 31: ( p_vendor_rec IN OUT NOCOPY AP_VENDOR_PUB_PKG.r_vendor_rec_type,

27: -- p_party_valid: Indicates how valid the calling program's party_id was
28: -- (V, N, F) Valid, Null or False
29:
30: PROCEDURE Validate_Vendor
31: ( p_vendor_rec IN OUT NOCOPY AP_VENDOR_PUB_PKG.r_vendor_rec_type,
32: p_mode IN VARCHAR2,
33: x_return_status OUT NOCOPY VARCHAR2,
34: x_msg_count OUT NOCOPY NUMBER,
35: x_msg_data OUT NOCOPY VARCHAR2,

Line 40: ( p_vendor_site_rec IN AP_VENDOR_PUB_PKG.r_vendor_site_rec_type,

36: x_party_valid OUT NOCOPY VARCHAR2
37: );
38:
39: PROCEDURE Create_Vendor_Site
40: ( p_vendor_site_rec IN AP_VENDOR_PUB_PKG.r_vendor_site_rec_type,
41: x_return_status OUT NOCOPY VARCHAR2,
42: x_msg_count OUT NOCOPY NUMBER,
43: x_msg_data OUT NOCOPY VARCHAR2,
44: x_vendor_site_id OUT NOCOPY NUMBER,

Line 52: -- AP_VENDOR_PUB_PKG which does not update TCA tables.

48:
49: -- Notes: This API will not update any TCA records.
50: -- It will only update vendor site info.
51: -- This is because the procedure calls the corresponding procedure in
52: -- AP_VENDOR_PUB_PKG which does not update TCA tables.
53: --
54: PROCEDURE Update_Vendor_Site
55: ( p_vendor_site_rec IN AP_VENDOR_PUB_PKG.r_vendor_site_rec_type,
56: x_return_status OUT NOCOPY VARCHAR2,

Line 55: ( p_vendor_site_rec IN AP_VENDOR_PUB_PKG.r_vendor_site_rec_type,

51: -- This is because the procedure calls the corresponding procedure in
52: -- AP_VENDOR_PUB_PKG which does not update TCA tables.
53: --
54: PROCEDURE Update_Vendor_Site
55: ( p_vendor_site_rec IN AP_VENDOR_PUB_PKG.r_vendor_site_rec_type,
56: x_return_status OUT NOCOPY VARCHAR2,
57: x_msg_count OUT NOCOPY NUMBER,
58: x_msg_data OUT NOCOPY VARCHAR2
59: );

Line 69: ( p_vendor_site_rec IN OUT NOCOPY AP_VENDOR_PUB_PKG.r_vendor_site_rec_type,

65: -- x_party_site_valid: Indicates how valid the calling program's party_site_id was
66: -- (V, N, F) Valid, Null or False
67:
68: PROCEDURE Validate_Vendor_Site
69: ( p_vendor_site_rec IN OUT NOCOPY AP_VENDOR_PUB_PKG.r_vendor_site_rec_type,
70: p_mode IN VARCHAR2,
71: x_return_status OUT NOCOPY VARCHAR2,
72: x_msg_count OUT NOCOPY NUMBER,
73: x_msg_data OUT NOCOPY VARCHAR2,

Line 79: ( p_vendor_contact_rec IN ap_vendor_pub_pkg.r_vendor_contact_rec_type,

75: x_location_valid OUT NOCOPY VARCHAR2
76: );
77:
78: PROCEDURE Create_Vendor_Contact
79: ( p_vendor_contact_rec IN ap_vendor_pub_pkg.r_vendor_contact_rec_type,
80: x_return_status OUT NOCOPY VARCHAR2,
81: x_msg_count OUT NOCOPY NUMBER,
82: x_msg_data OUT NOCOPY VARCHAR2,
83: x_vendor_contact_id OUT NOCOPY NUMBER,

Line 219: -- AP_VENDOR_PUB_PKG which does not update TCA tables.

215: );
216:
217: -- Notes: This API will not update any TCA tables. It updates vendor info only.
218: -- This is because the procedure calls the corresponding procedure in
219: -- AP_VENDOR_PUB_PKG which does not update TCA tables.
220: PROCEDURE Update_Vendor
221: (
222: p_vendor_id IN NUMBER ,
223: p_segment1 IN VARCHAR2 ,

Line 622: -- AP_VENDOR_PUB_PKG which does not update TCA tables.

618:
619: -- Notes: This API will not update any TCA records.
620: -- It will only update vendor site info.
621: -- This is because the procedure calls the corresponding procedure in
622: -- AP_VENDOR_PUB_PKG which does not update TCA tables.
623: --
624: PROCEDURE Update_Vendor_Site
625: (
626: p_area_code IN VARCHAR2 ,