DBA Data[Home] [Help]

APPS.ZPB_PUBLISH dependencies on ZPB_PUBLISH

Line 1: PACKAGE BODY ZPB_PUBLISH AS

1: PACKAGE BODY ZPB_PUBLISH AS
2: /* $Header: ZPBPUBB.pls 120.0.12010.2 2005/12/23 06:02:52 appldev noship $ */
3:
4:
5: /*+=========================================================================+

Line 98: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_PUBLISH_TASK_ISSUE_MSG');

94: itemKey => newItemKey,
95: process => WorkflowProcess);
96:
97: -- Get the short text from fnd messages
98: FND_MESSAGE.SET_NAME('ZPB', 'ZPB_PUBLISH_TASK_ISSUE_MSG');
99: issue_msg := FND_MESSAGE.GET;
100:
101: textVarNameArray(1) := 'EPBPERFORMER';
102: textVarValArray(1) := owner;

Line 362: END ZPB_PUBLISH;

358: resultout := 'COMPLETE:N';
359: WHEN others THEN
360: raise;
361: END getApprovalFlag;
362: END ZPB_PUBLISH;