DBA Data[Home] [Help]

APPS.EDR_ERES_EVENT_PVT dependencies on STANDARD

Line 160: -- Standard call to check for call compatibility.

156: l_parent_erecord_id VARCHAR2(128);
157: --Bug 4122622: End
158:
159: BEGIN
160: -- Standard call to check for call compatibility.
161: IF NOT FND_API.Compatible_API_Call (l_api_version ,
162: p_api_version ,
163: l_api_name ,
164: G_PKG_NAME )

Line 343: -- Standard call to get message count and if count is 1,

339: --get the erecord id
340: x_event.erecord_id := l_parameter_list(3).param_value;
341: END IF;
342:
343: -- Standard call to get message count and if count is 1,
344: --get message info.
345: FND_MSG_PUB.Count_And_Get
346: ( p_count => x_msg_count ,
347: p_data => x_msg_data

Line 628: -- Standard call to check for call compatibility.

624: BEGIN
625: --by default return 0 as the approver count
626: x_approver_count := 0;
627:
628: -- Standard call to check for call compatibility.
629: IF NOT FND_API.Compatible_API_Call (l_api_version ,
630: p_api_version ,
631: l_api_name ,
632: G_PKG_NAME )

Line 731: edr_standard.FIND_WF_NTF_RECIPIENT

727: --Bug 2674799 : end
728:
729: --find out if any overriding approver is defined in the workflow
730: --system for this user currently
731: edr_standard.FIND_WF_NTF_RECIPIENT
732: (P_ORIGINAL_RECIPIENT => l_fnd_user,
733: P_MESSAGE_TYPE => null,
734: P_MESSAGE_NAME => null,
735: P_RECIPIENT => l_new_user,

Line 758: -- Standard call to get message count and if count is 1,

754: end loop;
755:
756: x_approver_count := i-1;
757:
758: -- Standard call to get message count and if count is 1,
759: --get message info.
760: FND_MSG_PUB.Count_And_Get
761: ( p_count => x_msg_count ,
762: p_data => x_msg_data