DBA Data[Home] [Help]

APPS.AR_FLEXBUILDER_WF_PKG dependencies on FND_FLEX_WORKFLOW

Line 27: itemkey := FND_FLEX_WORKFLOW.INITIALIZE ( 'SQLGL'

23: --arp_standard.debug('Orig Ccid = ' || to_char(X_ARORIGCCID));
24: --arp_standard.debug('Substi Ccid = ' || to_Char(X_ARSUBSTICCID));
25:
26:
27: itemkey := FND_FLEX_WORKFLOW.INITIALIZE ( 'SQLGL'
28: ,'GL#'
29: ,X_ARFLEXNUM
30: ,'ARSBALSG');
31:

Line 52: result := FND_FLEX_WORKFLOW.GENERATE('ARSBALSG'

48:
49: -- Bug 1936354 : Comment the below code, added the new code below comments.
50:
51: /*
52: result := FND_FLEX_WORKFLOW.GENERATE('ARSBALSG'
53: ,itemkey
54: ,X_return_ccid
55: ,X_concat_segs
56: ,X_concat_ids

Line 84: result := FND_FLEX_WORKFLOW.GENERATE(itemtype => 'ARSBALSG',

80: ELSE
81: l_insert_new := FALSE;
82: END IF;
83:
84: result := FND_FLEX_WORKFLOW.GENERATE(itemtype => 'ARSBALSG',
85: itemkey => itemkey,
86: insert_if_new => l_insert_new,
87: ccid => x_return_ccid,
88: concat_segs => x_concat_segs,