DBA Data[Home] [Help]

APPS.PO_APPROVAL_LIST_HISTORY_SV dependencies on PO_FORWARD_SV1

Line 98: po_forward_sv1.update_action_history (

94: /*bug 5142600: need to update the note also */
95: l_note := wf_engine.GetItemAttrText(itemtype=>itemtype,
96: itemkey=>itemkey,
97: aname=>'NOTE');
98: po_forward_sv1.update_action_history (
99: Recinfo.object_id,
100: Recinfo.object_type_code,
101: Recinfo.employee_id,
102: 'FORWARD',

Line 119: po_forward_sv1.insert_action_history (

115: IF (x_forward_to_id is NULL) THEN
116: -- dbms_output.put_line ('Null forward to id in approve/forward or forward ! ');
117: RAISE e_no_forward_to_id;
118: ELSE
119: po_forward_sv1.insert_action_history (
120: Recinfo.object_id,
121: Recinfo.object_type_code,
122: Recinfo.object_sub_type_code,
123: Recinfo.sequence_num+1,

Line 397: po_forward_sv1.insert_action_history (

393:
394: IF (Recinfo.action_code is NOT NULL) THEN
395: l_progress := '015';
396:
397: po_forward_sv1.insert_action_history (
398: Recinfo.object_id,
399: Recinfo.object_type_code,
400: Recinfo.object_sub_type_code,
401: Recinfo.sequence_num+1,

Line 502: po_forward_sv1.insert_action_history (

498:
499: -- Add a blank line if the last line is not blank.
500: if (Recinfo.action_code is not null) then
501: l_sequence_num:= l_sequence_num +1;
502: po_forward_sv1.insert_action_history (
503: Recinfo.object_id,
504: Recinfo.object_type_code,
505: Recinfo.object_sub_type_code,
506: l_sequence_num,

Line 556: po_forward_sv1.update_action_history (

552:
553: l_progress := '040';
554: -- dbms_output.put_line ('l_progress!! -' || l_progress );
555:
556: po_forward_sv1.update_action_history (
557: Recinfo.object_id,
558: Recinfo.object_type_code,
559: p_more_info_id,
560: 'NO ACTION',

Line 574: po_forward_sv1.insert_action_history (

570:
571: l_progress := '050';
572: l_sequence_num:= l_sequence_num +1;
573:
574: po_forward_sv1.insert_action_history (
575: Recinfo.object_id,
576: Recinfo.object_type_code,
577: Recinfo.object_sub_type_code,
578: l_sequence_num,

Line 630: po_forward_sv1.insert_action_history (

626: /* If 'APPROVE_AND_FORWARD' add a row for forward in action history table */
627: IF p_app_and_fwd_flag = TRUE THEN
628: l_sequence_num:= l_sequence_num +1;
629:
630: po_forward_sv1.insert_action_history (
631: Recinfo.object_id,
632: Recinfo.object_type_code,
633: Recinfo.object_sub_type_code,
634: l_sequence_num ,