DBA Data[Home] [Help]

APPS.FND_FLEX_WORKFLOW dependencies on FND_FLEX_WORKFLOW_ITEMKEY_S

Line 269: -- FND_FLEX_WORKFLOW_ITEMKEY_S, creates a workflow process

265: -- ======================================================================
266: -- INITIALIZE
267: --
268: -- This function generates an item key from the sequence
269: -- FND_FLEX_WORKFLOW_ITEMKEY_S, creates a workflow process
270: -- for the given item, creates/sets values for flexfield
271: -- specific item attributes.
272: --
273: FUNCTION initialize(appl_short_name IN VARCHAR2,

Line 372: TO_CHAR(FND_FLEX_WORKFLOW_ITEMKEY_S.NEXTVAL)

368: END IF;
369:
370: IF (l_profile_debug_mode = 'Y') THEN
371: SELECT
372: TO_CHAR(FND_FLEX_WORKFLOW_ITEMKEY_S.NEXTVAL)
373: INTO l_itemkey
374: FROM DUAL;
375: ELSE -- Synch Mode, key is '#SYNCH'
376: l_itemkey := wf_engine.eng_synch;