DBA Data[Home] [Help]

APPS.FAFLEX_PKG_WF dependencies on FND_FLEX_WORKFLOW

Line 45: itemkey := FND_FLEX_WORKFLOW.INITIALIZE

41: l_val_date DATE;
42:
43: BEGIN <>
44:
45: itemkey := FND_FLEX_WORKFLOW.INITIALIZE
46: ('SQLGL',
47: 'GL#',
48: X_flex_num,
49: 'FAFLEXWF'

Line 131: result := FND_FLEX_WORKFLOW.GENERATE

127: -- passing the insert_if_new and new_combination parameters
128: -- so that combinations will be dynamically inserted
129: -- bridgway 06/20/01
130:
131: result := FND_FLEX_WORKFLOW.GENERATE
132: ('FAFLEXWF',
133: itemkey,
134: TRUE,
135: X_return_ccid,