DBA Data[Home] [Help]

APPS.AMW_PROJECT_EVENT_PVT dependencies on WF_EVENT_T

Line 22: p_event in out NOCOPY wf_event_t

18: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
19:
20: FUNCTION Scope_Update
21: ( p_subscription_guid in raw,
22: p_event in out NOCOPY wf_event_t
23: ) return VARCHAR2
24: IS
25: CURSOR c_new_org(c_audit_proj_id NUMBER) IS
26: SELECT organization_id

Line 122: p_event in out NOCOPY wf_event_t

118:
119:
120: FUNCTION Evaluation_Update
121: ( p_subscription_guid in raw,
122: p_event in out NOCOPY wf_event_t
123: ) return VARCHAR2
124: IS
125: CURSOR c_opinion_rec (c_opinion_log_id NUMBER) IS
126: SELECT opinion_id, object_name, audit_result_code,

Line 955: p_event in out NOCOPY wf_event_t

951:
952:
953: FUNCTION Update_Eng_Sign_Off_Status
954: ( p_subscription_guid in raw,
955: p_event in out NOCOPY wf_event_t
956: ) return VARCHAR2
957: IS
958:
959: l_key varchar2(240) := p_event.GetEventKey();