DBA Data[Home] [Help]

APPS.OKS_WF_K_APPROVE dependencies on FND_API

Line 71: avalue => FND_MSG_PUB.Get(i,p_encoded =>FND_API.G_FALSE ));

67: FOR I IN 1..J LOOP
68: wf_engine.SetItemAttrText (itemtype => itemtype,
69: itemkey => itemkey,
70: aname => 'MESSAGE'||i,
71: avalue => FND_MSG_PUB.Get(i,p_encoded =>FND_API.G_FALSE ));
72: END LOOP;
73: end;
74:
75: PROCEDURE set_performer

Line 115: p_init_msg_list => FND_API.G_FALSE,

111: END IF;
112: OKS_RENEW_CONTRACT_PVT.GET_USER_NAME
113: (
114: p_api_version => 1.0,
115: p_init_msg_list => FND_API.G_FALSE,
116: x_return_status => x_return_status,
117: x_msg_count => x_msg_count,
118: x_msg_data => x_msg_data,
119: p_chr_id => l_chr_id,

Line 151: IF x_return_status <> FND_API.G_RET_STS_SUCCESS OR l_salesrep_name IS NULL THEN

147: );
148: END;
149: -- In case of errors in deriving salesrep or help desk, send the
150: -- notification to the person who initiated the process
151: IF x_return_status <> FND_API.G_RET_STS_SUCCESS OR l_salesrep_name IS NULL THEN
152: wf_engine.SetItemAttrText (
153: itemtype => itemtype,
154: itemkey => itemkey,
155: aname => 'SALESREP_HD_NAME',