DBA Data[Home] [Help]

APPS.OKE_K_APPROVAL_WF2 dependencies on WF_ENGINE

Line 54: L_K_Header_ID := WF_ENGINE.GetItemAttrNumber(ItemType , ItemKey , 'CONTRACT_ID');

50: ItemType := substr( Document_ID , 1 , instr(Document_ID , ':') - 1 );
51: ItemKey := substr( Document_ID , instr(Document_ID , ':') + 1
52: , length(Document_ID) - 2);
53:
54: L_K_Header_ID := WF_ENGINE.GetItemAttrNumber(ItemType , ItemKey , 'CONTRACT_ID');
55: L_K_Number := WF_ENGINE.GetItemAttrText(ItemType , ItemKey , 'K_NUMBER');
56:
57: IF ( Display_Type = 'text/plain' ) THEN
58:

Line 55: L_K_Number := WF_ENGINE.GetItemAttrText(ItemType , ItemKey , 'K_NUMBER');

51: ItemKey := substr( Document_ID , instr(Document_ID , ':') + 1
52: , length(Document_ID) - 2);
53:
54: L_K_Header_ID := WF_ENGINE.GetItemAttrNumber(ItemType , ItemKey , 'CONTRACT_ID');
55: L_K_Number := WF_ENGINE.GetItemAttrText(ItemType , ItemKey , 'K_NUMBER');
56:
57: IF ( Display_Type = 'text/plain' ) THEN
58:
59: Document := 'L_K_Number';

Line 150: L_K_Header_ID := WF_ENGINE.GetItemAttrNumber(ItemType , ItemKey , 'CONTRACT_ID');

146: ItemType := substr( Document_ID , 1 , instr(Document_ID , ':') - 1 );
147: ItemKey := substr( Document_ID , instr(Document_ID , ':') + 1
148: , length(Document_ID) - 2);
149:
150: L_K_Header_ID := WF_ENGINE.GetItemAttrNumber(ItemType , ItemKey , 'CONTRACT_ID');
151:
152: IF ( Display_Type = 'text/plain' ) THEN
153:
154: Document := '';