DBA Data[Home] [Help]

APPS.PO_RCO_VALIDATION_GRP dependencies on PO_RCO_VALIDATION_PVT

Line 160: po_rco_validation_pvt.is_req_line_cancellable(

156: FUNCTION is_reqline_cancellable(p_req_line_id IN NUMBER) RETURN VARCHAR2
157: IS
158: l_return_status VARCHAR2(1);
159: BEGIN
160: po_rco_validation_pvt.is_req_line_cancellable(
161: 1.0,
162: l_return_status,
163: p_req_line_id,
164: NULL);

Line 183: po_rco_validation_pvt.calculate_disttax(

179: p_rec_tax OUT NOCOPY NUMBER,
180: p_nonrec_tax OUT NOCOPY NUMBER)
181: IS
182: BEGIN
183: po_rco_validation_pvt.calculate_disttax(
184: p_api_version,
185: x_return_status,
186: p_dist_id,
187: p_price,

Line 202: po_rco_validation_pvt.is_req_line_cancellable(

198: p_flag IN VARCHAR2 DEFAULT NULL)
199: IS
200:
201: BEGIN
202: po_rco_validation_pvt.is_req_line_cancellable(
203: p_api_version,
204: x_return_status,
205: p_req_line_id,
206: p_flag);

Line 223: po_rco_validation_pvt.is_req_line_changeable(

219: p_amount_flag OUT NOCOPY VARCHAR2,
220: p_cancel_flag OUT NOCOPY VARCHAR2)
221: IS
222: BEGIN
223: po_rco_validation_pvt.is_req_line_changeable(
224: p_api_version,
225: x_return_status,
226: p_req_line_id,
227: p_price_flag,

Line 262: po_rco_validation_pvt.save_ireqchange(

258: po_debug.debug_var(l_log_head, l_progress, 'p_api_version', p_api_version);
259: po_debug.debug_var(l_log_head, l_progress, 'p_req_hdr_id', p_req_hdr_id);
260: END IF;
261:
262: po_rco_validation_pvt.save_ireqchange(
263: p_api_version,
264: x_return_status,
265: p_req_hdr_id,
266: p_change_table,

Line 289: po_rco_validation_pvt.save_reqchange(

285: x_retmsg OUT NOCOPY VARCHAR2,
286: x_errtable OUT NOCOPY po_req_change_err_table)
287: IS
288: BEGIN
289: po_rco_validation_pvt.save_reqchange(
290: p_api_version,
291: x_return_status,
292: p_req_hdr_id,
293: p_change_table,

Line 309: po_rco_validation_pvt.save_reqcancel(

305: x_retmsg OUT NOCOPY VARCHAR2,
306: p_grp_id IN NUMBER DEFAULT NULL)
307: IS
308: BEGIN
309: po_rco_validation_pvt.save_reqcancel(
310: p_api_version,
311: x_return_status,
312: p_req_hdr_id,
313: p_cancel_table,

Line 331: po_rco_validation_pvt.submit_reqchange(p_api_version,

327: x_errcode OUT NOCOPY VARCHAR2,
328: x_errtable OUT NOCOPY po_req_change_err_table )
329: IS
330: BEGIN
331: po_rco_validation_pvt.submit_reqchange(p_api_version,
332: x_return_status,
333: p_group_id,
334: p_fundscheck_flag,
335: p_note_to_approver,

Line 351: po_rco_validation_pvt.submit_reqcancel (

347: p_errtable OUT NOCOPY po_req_change_err_table,
348: p_flag IN VARCHAR2 DEFAULT NULL)
349: IS
350: BEGIN
351: po_rco_validation_pvt.submit_reqcancel (
352: p_api_version ,
353: x_return_status ,
354: p_group_id ,
355: x_retmsg ,

Line 384: po_rco_validation_pvt.save_ireqcancel(

380: po_debug.debug_var(l_log_head, l_progress, 'p_req_hdr_id', p_req_hdr_id);
381: END IF;
382:
383:
384: po_rco_validation_pvt.save_ireqcancel(
385: p_api_version,
386: x_return_status,
387: p_req_hdr_id,
388: p_cancel_table,

Line 423: po_rco_validation_pvt.submit_ireqchange(p_api_version,

419: po_debug.debug_var(l_log_head, l_progress, 'p_fundscheck_flag', p_fundscheck_flag);
420: po_debug.debug_var(l_log_head, l_progress, 'p_note_to_approver', p_note_to_approver);
421: END IF;
422:
423: po_rco_validation_pvt.submit_ireqchange(p_api_version,
424: x_return_status,
425: p_group_id,
426: p_fundscheck_flag,
427: p_note_to_approver,

Line 463: po_rco_validation_pvt.submit_ireqcancel (

459: po_debug.debug_var(l_log_head, l_progress, 'p_flag', p_flag);
460: END IF;
461:
462:
463: po_rco_validation_pvt.submit_ireqcancel (
464: p_api_version ,
465: x_return_status ,
466: p_group_id ,
467: x_retmsg ,

Line 482: po_rco_validation_pvt.is_on_complex_work_order(p_line_loc_id,

478: PROCEDURE is_on_complex_work_order(p_line_loc_id IN NUMBER,
479: x_return_status OUT NOCOPY VARCHAR2)
480: IS
481: BEGIN
482: po_rco_validation_pvt.is_on_complex_work_order(p_line_loc_id,
483: x_return_status);
484: END is_on_complex_work_order;
485:
486: PROCEDURE is_complex_work_order(p_header_id IN NUMBER,

Line 490: po_rco_validation_pvt.is_complex_work_order(p_header_id,

486: PROCEDURE is_complex_work_order(p_header_id IN NUMBER,
487: x_return_status OUT NOCOPY VARCHAR2)
488: IS
489: BEGIN
490: po_rco_validation_pvt.is_complex_work_order(p_header_id,
491: x_return_status);
492: END is_complex_work_order;
493:
494: FUNCTION IS_ANY_LINE_WITHDRAWABLE(p_req_hdr_id in number) RETURN VARCHAR2

Line 577: po_rco_validation_pvt.get_preparer_name(p_req_hdr_id => p_req_hdr_id

573:
574: l_progress := '060';
575:
576:
577: po_rco_validation_pvt.get_preparer_name(p_req_hdr_id => p_req_hdr_id
578: , x_preparer_name => x_preparer_name
579: , x_return_status => x_return_status);
580:
581:

Line 845: po_rco_validation_pvt.update_reqcancel_from_so(p_req_line_id => p_req_line_id_tbl(i)

841: END IF;
842:
843:
844:
845: po_rco_validation_pvt.update_reqcancel_from_so(p_req_line_id => p_req_line_id_tbl(i)
846: , p_req_cancel_prim_qty => p_prim_qty
847: , p_req_cancel_sec_qty => p_sec_qty
848: , p_req_cancel_all => p_req_can_all
849: ,x_return_status => x_return_status);

Line 951: po_rco_validation_pvt.update_reqchange_from_so(

947:
948: IF (p_req_line_id IS NOT NULL ) AND
949: (p_delta_quantity_prim IS NOT NULL OR p_delta_quantity_sec IS NOT NULL OR p_new_need_by_date IS NOT NULL ) THEN
950:
951: po_rco_validation_pvt.update_reqchange_from_so(
952: p_req_line_id => p_req_line_id
953: , p_delta_quantity_prim => p_delta_quantity_prim
954: , p_delta_quantity_sec => p_delta_quantity_sec
955: , p_new_need_by_date => p_new_need_by_date