DBA Data[Home] [Help]

APPS.ZPB_WF dependencies on ZPB_WF_NTF

Line 91: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);

87: select STATUS_CODE, NAME, PUBLISHED_BY
88: into ACstatusCode, ACname, OwnerID
89: from zpb_analysis_cycles
90: where ANALYSIS_CYCLE_ID = ACID;
91: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);
92:
93:
94: -- Get start date for WF WAIT
95: select TAG as PARAM_ID

Line 1372: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);

1368: ownerID := wf_engine.GetItemAttrNumber(Itemtype => ItemType,
1369: Itemkey => ItemKey,
1370: aname => 'OWNERID');
1371: -- AGB 11/07/2003 Publish change
1372: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);
1373: respID := wf_engine.GetItemAttrNumber(Itemtype => ItemType,
1374: Itemkey => ItemKey,
1375: aname => 'RESPID');
1376: respAppID := wf_engine.GetItemAttrNumber(Itemtype => ItemType,

Line 2756: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);

2752: zpb_analysis_cycles c
2753: where i.INSTANCE_AC_ID = InstanceID
2754: and i.ANALYSIS_CYCLE_ID = c.ANALYSIS_CYCLE_ID;
2755:
2756: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);
2757: respAppID := 210;
2758: for v_respID in c_respID loop
2759: RespID := v_respID.RESP_ID;
2760: exit;

Line 4492: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);

4488: from ZPB_ANALYSIS_CYCLES
4489: where ANALYSIS_CYCLE_ID = ACID;
4490:
4491: -- Converted from zpb_analysis_cycles select above
4492: Owner := ZPB_WF_NTF.ID_to_FNDUser(OwnerID);
4493:
4494: -- Using ZPB_CONTROLLER_RESP as the source for this
4495: select RESPONSIBILITY_ID
4496: into respID