DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVESHARE_PVT dependencies on STANDARD

Line 84: -- IN PARAMETERS (non-standard)

80:
81: --END:NEW ACTIVE_CARTS_REC_TYPE
82:
83: -- API NAME: SAVEASANDSHARE
84: -- IN PARAMETERS (non-standard)
85: -- 1. need p_original_quote_header_id to get items related information
86: -- like: lines, det_lines, rel_lines, line_ext_attribute
87: -- 2. need p_quote_name, p_quote_source_type, p_party_id, p_cust_account_id
88: -- p_quote_password for create a new quote header

Line 96: -- OUT PARAMETERS (non-standard)

92: -- control_rec
93: -- (p_pricing_request_type, p_header_pricing_event, p_line_pricing_event,
94: -- p_cal_tax_flag, p_cal_freight_charge_flag)
95: -- to decide price related issues
96: -- OUT PARAMETERS (non-standard)
97: -- x_new_quote_Header_id
98:
99: PROCEDURE SaveAsAndShare(
100: p_api_version_number IN NUMBER

Line 127: -- IN PARAMETERS (non-standard)

123: );
124:
125: -- API NAME: APPENDTOORREPLACEANDSHARE
126: -- Append
127: -- IN PARAMETERS (non-standard)
128: -- 1. need p_original_quote_header_id to get items related information
129: -- like: lines, det_lines, rel_lines, line_ext_attribute
130: -- 2. need p_appendto_quote_header_id
131: -- 3. need p_new_quote_password for new password.

Line 142: -- OUT PARAMETERs (non-standard)

138: -- to decide price related issues
139: -- 6. need p_increaseversion to decide if make a copy of appendto quote or not
140: -- 7. may need p_combinesameitem to decide
141: -- if combine save inventory item to save line or not
142: -- OUT PARAMETERs (non-standard)
143: -- x_new_quote_Header_id
144:
145:
146: -- Replace

Line 147: -- IN PARAMETERS (non-standard)

143: -- x_new_quote_Header_id
144:
145:
146: -- Replace
147: -- IN PARAMETERS (non-standard)
148: -- 1. need p_original_quote_header_id to get items related information
149: -- like: lines, det_lines, rel_lines, line_ext_attribute
150: -- 2. need p_appendto_quote_header_id
151: -- 3. need p_new_quote_password for new password.

Line 161: -- OUT PARAMETERs (non-standard)

157: -- p_line_pricing_event, p_cal_tax_flag, p_cal_freight_charge_flag)
158: -- to decide price related issues
159: -- 6. need p_increaseversion to decide if make a copy of appendto quote or not
160: -- 7. 8/12/02: added more ASO API parameters to be passed to the IBE_Quote_Save_pvt.save
161: -- OUT PARAMETERs (non-standard)
162: -- x_new_quote_Header_id
163:
164: PROCEDURE AppendToReplaceShare(
165: p_api_version_number IN NUMBER ,

Line 204: -- IN PARAMETERS (non-standard)

200: x_last_update_date OUT NOCOPY DATE
201: );
202:
203: -- API Name: ShareQuote
204: -- IN PARAMETERS (non-standard)
205: -- 1. need p_quote_header_id to share with
206: -- 2. need p_url, p_sharee_email_address, p_sharee_privilege_type
207: -- for create a new sharee record and send email to sharees
208: -- OUT PARAMETERs (non-standard)

Line 208: -- OUT PARAMETERs (non-standard)

204: -- IN PARAMETERS (non-standard)
205: -- 1. need p_quote_header_id to share with
206: -- 2. need p_url, p_sharee_email_address, p_sharee_privilege_type
207: -- for create a new sharee record and send email to sharees
208: -- OUT PARAMETERs (non-standard)
209: -- no
210: PROCEDURE ShareQuote(
211: p_api_version_number IN NUMBER := 1 ,
212: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,