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 374: po_forward_sv1.insert_action_history (

370:
371: IF (Recinfo.action_code is NOT NULL) THEN
372: l_progress := '015';
373:
374: po_forward_sv1.insert_action_history (
375: Recinfo.object_id,
376: Recinfo.object_type_code,
377: Recinfo.object_sub_type_code,
378: Recinfo.sequence_num+1,

Line 478: po_forward_sv1.insert_action_history (

474: CLOSE C;
475:
476: -- Add a blank line if the last line is not blank.
477: if (Recinfo.action_code is not null) then
478: po_forward_sv1.insert_action_history (
479: Recinfo.object_id,
480: Recinfo.object_type_code,
481: Recinfo.object_sub_type_code,
482: Recinfo.sequence_num + 1,

Line 532: po_forward_sv1.update_action_history (

528:
529: l_progress := '040';
530: -- dbms_output.put_line ('l_progress!! -' || l_progress );
531:
532: po_forward_sv1.update_action_history (
533: Recinfo.object_id,
534: Recinfo.object_type_code,
535: p_more_info_id,
536: 'NO ACTION',

Line 549: po_forward_sv1.insert_action_history (

545: */
546:
547: l_progress := '050';
548:
549: po_forward_sv1.insert_action_history (
550: Recinfo.object_id,
551: Recinfo.object_type_code,
552: Recinfo.object_sub_type_code,
553: Recinfo.sequence_num + 1,

Line 599: po_forward_sv1.insert_action_history (

595: AND action_code IS NULL;
596:
597: /* If 'APPROVE_AND_FORWARD' add a row for forward in action history table */
598: IF p_app_and_fwd_flag = TRUE THEN
599: po_forward_sv1.insert_action_history (
600: Recinfo.object_id,
601: Recinfo.object_type_code,
602: Recinfo.object_sub_type_code,
603: Recinfo.sequence_num + 1,