DBA Data[Home] [Help]

APPS.INVTROAP dependencies on WF_ITEM

Line 15: l_wf_item_exists boolean;

11: x_requestor_username varchar2(30);
12: x_requestor_disp_name varchar2(80);
13: l_requestor_id number;
14: l_requestor_name varchar2(60);
15: l_wf_item_exists boolean;
16: l_trohdr_rec INV_Move_Order_PUB.Trohdr_Rec_Type;
17: l_trolin_tbl INV_Move_Order_PUB.Trolin_Tbl_Type;
18: l_timeout_period number;
19: l_timeout_action number;

Line 93: l_wf_item_exists := wf_item.item_exist( itemtype => l_ItemType,

89: end if;
90:
91: end if;
92:
93: l_wf_item_exists := wf_item.item_exist( itemtype => l_ItemType,
94: itemkey => l_ItemKey );
95: if ( l_wf_item_exists ) then
96: -- inv_Debug.message('item exists');
97: FND_MESSAGE.SET_NAME('INV','INV_ALREADY_EXISTS');

Line 95: if ( l_wf_item_exists ) then

91: end if;
92:
93: l_wf_item_exists := wf_item.item_exist( itemtype => l_ItemType,
94: itemkey => l_ItemKey );
95: if ( l_wf_item_exists ) then
96: -- inv_Debug.message('item exists');
97: FND_MESSAGE.SET_NAME('INV','INV_ALREADY_EXISTS');
98: FND_MESSAGE.SET_TOKEN('ENTITY','Approval Process');
99: FND_MSG_PUB.Add;