DBA Data[Home] [Help]

APPS.IGIDOSL dependencies on WF_NOTIFICATIONS

Line 573: l_picked_role wf_notifications.responder%TYPE;

569: funcmode VARCHAR2,
570: result OUT NOCOPY VARCHAR2)
571: IS
572:
573: l_picked_role wf_notifications.responder%TYPE;
574:
575: BEGIN
576:
577: /* =============== START DEBUG LOG ================ */

Line 651: l_creator_name wf_notifications.responder%TYPE

647: funcmode VARCHAR2,
648: result OUT NOCOPY VARCHAR2)
649: IS
650:
651: l_creator_name wf_notifications.responder%TYPE
652: := Wf_Engine.GetItemAttrText (itemtype => itemtype,
653: itemkey => itemkey,
654: aname => 'CREATOR_NAME');
655:

Line 671: l_picked_role wf_notifications.responder%TYPE;

667: :=Wf_Engine.GetItemAttrNumber (itemtype => ItemType,
668: itemkey => ItemKey,
669: aname => 'DOSSIER_ID');
670:
671: l_picked_role wf_notifications.responder%TYPE;
672: l_error VARCHAR2(1000) ;
673: l_position_structure_id per_position_structures.position_structure_id%TYPE ;
674: l_structure_version_id per_pos_structure_versions.pos_structure_version_id%TYPE ;
675: l_structure_element_id per_pos_structure_elements.pos_structure_element_id%TYPE ;

Line 1492: l_creator_name wf_notifications.responder%TYPE

1488: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1489: itemkey => itemkey,
1490: aname => 'DOSSIER_NUM');
1491:
1492: l_creator_name wf_notifications.responder%TYPE
1493: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1494: itemkey => itemkey,
1495: aname => 'CREATOR_NAME');
1496: BEGIN

Line 1564: l_creator_name wf_notifications.responder%TYPE

1560: funcmode IN VARCHAR2,
1561: result OUT NOCOPY VARCHAR2)
1562: IS
1563:
1564: l_creator_name wf_notifications.responder%TYPE
1565: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1566: itemkey => itemkey,
1567: aname => 'CREATOR_NAME');
1568:

Line 1662: l_creator_name wf_notifications.responder%TYPE

1658: funcmode IN VARCHAR2,
1659: result OUT NOCOPY VARCHAR2)
1660: IS
1661:
1662: l_creator_name wf_notifications.responder%TYPE
1663: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1664: itemkey => itemkey,
1665: aname => 'CREATOR_NAME');
1666:

Line 1960: l_next_authoriser wf_notifications.responder%TYPE ;

1956: := Wf_Engine.GetItemAttrText ( itemtype => itemtype,
1957: itemkey => itemkey,
1958: aname => 'PARENT_POSITION_ID');
1959:
1960: l_next_authoriser wf_notifications.responder%TYPE ;
1961: l_pos NUMBER := 0;
1962:
1963: no_next_authoriser EXCEPTION ;
1964: