DBA Data[Home] [Help]

APPS.ZX_VALID_INIT_PARAMS_PKG dependencies on ZX_TCM_PTP_PKG

Line 162: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rounding_ship_to_party_id

158: RETURN;
159: END IF;
160:
161: IF p_event_class_rec.rounding_ship_to_party_id is NOT NULL THEN
162: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rounding_ship_to_party_id
163: ,source_rec.ship_to_party_type
164: ,p_event_class_rec.legal_entity_id
165: ,l_ship_to_location_id
166: ,p_event_class_rec.rdng_ship_to_pty_tx_prof_id

Line 187: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rounding_ship_from_party_id

183: END IF;
184: END IF;
185:
186: IF p_event_class_rec.rounding_ship_from_party_id is NOT NULL THEN
187: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rounding_ship_from_party_id
188: ,source_rec.ship_from_party_type
189: ,p_event_class_rec.legal_entity_id
190: ,l_ship_from_location_id
191: ,p_event_class_rec.rdng_ship_from_pty_tx_prof_id

Line 213: ZX_TCM_PTP_PKG.get_ptp( p_event_class_rec.rndg_ship_to_party_site_id

209: END IF;
210: END IF;
211:
212: IF p_event_class_rec.rndg_ship_to_party_site_id is NOT NULL THEN
213: ZX_TCM_PTP_PKG.get_ptp( p_event_class_rec.rndg_ship_to_party_site_id
214: ,source_rec.ship_to_pty_site_type
215: ,p_event_class_rec.legal_entity_id
216: ,null
217: ,p_event_class_rec.rdng_ship_to_pty_tx_p_st_id

Line 239: ZX_TCM_PTP_PKG.get_ptp( p_event_class_rec.rndg_ship_from_party_site_id

235: END IF;
236: END IF;
237:
238: IF p_event_class_rec.rndg_ship_from_party_site_id is NOT NULL THEN
239: ZX_TCM_PTP_PKG.get_ptp( p_event_class_rec.rndg_ship_from_party_site_id
240: ,source_rec.ship_from_pty_site_type
241: ,p_event_class_rec.legal_entity_id
242: ,null
243: ,p_event_class_rec.rdng_ship_from_pty_tx_p_st_id

Line 267: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rounding_bill_to_party_id

263: IF p_event_class_rec.rounding_bill_to_party_id is NOT NULL THEN
264: IF (p_event_class_rec.rounding_bill_to_party_id <> p_event_class_rec.rounding_ship_to_party_id)
265: OR (source_rec.ship_to_party_type <> source_rec.bill_to_party_type)
266: OR p_event_class_rec.rounding_ship_to_party_id is null THEN
267: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rounding_bill_to_party_id
268: ,source_rec.bill_to_party_type
269: ,p_event_class_rec.legal_entity_id
270: ,l_bill_to_location_id
271: ,p_event_class_rec.rdng_bill_to_pty_tx_prof_id

Line 299: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rounding_bill_from_party_id

295: IF p_event_class_rec.rounding_bill_from_party_id is NOT NULL THEN
296: IF (p_event_class_rec.rounding_bill_from_party_id <> p_event_class_rec.rounding_ship_from_party_id)
297: OR (source_rec.ship_from_party_type <> source_rec.bill_from_party_type)
298: OR p_event_class_rec.rounding_ship_from_party_id is null THEN
299: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rounding_bill_from_party_id
300: ,source_rec.bill_from_party_type
301: ,p_event_class_rec.legal_entity_id
302: ,l_bill_from_location_id
303: ,p_event_class_rec.rdng_bill_from_pty_tx_prof_id

Line 331: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rndg_bill_to_party_site_id

327: IF p_event_class_rec.rndg_bill_to_party_site_id is NOT NULL THEN
328: IF (p_event_class_rec.rndg_bill_to_party_site_id <> p_event_class_rec.rndg_ship_to_party_site_id)
329: OR (source_rec.ship_to_pty_site_type <> source_rec.bill_to_pty_site_type)
330: OR p_event_class_rec.rndg_ship_to_party_site_id is null THEN
331: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rndg_bill_to_party_site_id
332: ,source_rec.bill_to_pty_site_type
333: ,p_event_class_rec.legal_entity_id
334: ,null
335: ,p_event_class_rec.rdng_bill_to_pty_tx_p_st_id

Line 363: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rndg_bill_from_party_site_id

359: IF p_event_class_rec.rndg_bill_from_party_site_id is NOT NULL THEN
360: IF p_event_class_rec.rndg_bill_from_party_site_id <> p_event_class_rec.rndg_ship_from_party_site_id
361: OR (source_rec.ship_from_pty_site_type <> source_rec.bill_from_pty_site_type)
362: OR p_event_class_rec.rndg_ship_from_party_site_id is null THEN
363: ZX_TCM_PTP_PKG.get_ptp(p_event_class_rec.rndg_bill_from_party_site_id
364: ,source_rec.bill_from_pty_site_type
365: ,p_event_class_rec.legal_entity_id
366: ,null
367: ,p_event_class_rec.rdng_bill_from_pty_tx_p_st_id