DBA Data[Home] [Help]

APPS.IGIDOSL dependencies on WF_NOTIFICATIONS

Line 558: l_picked_role wf_notifications.responder%TYPE;

554: funcmode VARCHAR2,
555: result OUT NOCOPY VARCHAR2)
556: IS
557:
558: l_picked_role wf_notifications.responder%TYPE;
559:
560: BEGIN
561:
562: /* =============== START DEBUG LOG ================ */

Line 636: l_creator_name wf_notifications.responder%TYPE

632: funcmode VARCHAR2,
633: result OUT NOCOPY VARCHAR2)
634: IS
635:
636: l_creator_name wf_notifications.responder%TYPE
637: := Wf_Engine.GetItemAttrText (itemtype => itemtype,
638: itemkey => itemkey,
639: aname => 'CREATOR_NAME');
640:

Line 656: l_picked_role wf_notifications.responder%TYPE;

652: :=Wf_Engine.GetItemAttrNumber (itemtype => ItemType,
653: itemkey => ItemKey,
654: aname => 'DOSSIER_ID');
655:
656: l_picked_role wf_notifications.responder%TYPE;
657: l_error VARCHAR2(1000) ;
658: l_position_structure_id per_position_structures.position_structure_id%TYPE ;
659: l_structure_version_id per_pos_structure_versions.pos_structure_version_id%TYPE ;
660: l_structure_element_id per_pos_structure_elements.pos_structure_element_id%TYPE ;

Line 1426: l_creator_name wf_notifications.responder%TYPE

1422: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1423: itemkey => itemkey,
1424: aname => 'DOSSIER_NUM');
1425:
1426: l_creator_name wf_notifications.responder%TYPE
1427: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1428: itemkey => itemkey,
1429: aname => 'CREATOR_NAME');
1430: BEGIN

Line 1498: l_creator_name wf_notifications.responder%TYPE

1494: funcmode IN VARCHAR2,
1495: result OUT NOCOPY VARCHAR2)
1496: IS
1497:
1498: l_creator_name wf_notifications.responder%TYPE
1499: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1500: itemkey => itemkey,
1501: aname => 'CREATOR_NAME');
1502:

Line 1596: l_creator_name wf_notifications.responder%TYPE

1592: funcmode IN VARCHAR2,
1593: result OUT NOCOPY VARCHAR2)
1594: IS
1595:
1596: l_creator_name wf_notifications.responder%TYPE
1597: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1598: itemkey => itemkey,
1599: aname => 'CREATOR_NAME');
1600:

Line 1889: l_next_authoriser wf_notifications.responder%TYPE ;

1885: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1886: itemkey => itemkey,
1887: aname => 'PARENT_POSITION_ID');
1888:
1889: l_next_authoriser wf_notifications.responder%TYPE ;
1890: l_pos NUMBER := 0;
1891:
1892: no_next_authoriser EXCEPTION ;
1893: