DBA Data[Home] [Help]

APPS.FA_FLEX_UPG_PKG dependencies on WF_ENGINE

Line 46: h_book_type_code := wf_engine.GetItemAttrText(itemtype,itemkey,'BOOK_TYPE_CODE');

42:
43: begin
44: if (funcmode = 'RUN') THEN
45:
46: h_book_type_code := wf_engine.GetItemAttrText(itemtype,itemkey,'BOOK_TYPE_CODE');
47: h_book_type_code_out := replace(h_book_type_code,' ','_');
48: h_book_type_code_out := replace(h_book_type_code_out,'(','_');
49: h_book_type_code_out := replace(h_book_type_code_out,')','_');
50: h_book_type_code_out := replace(h_book_type_code_out,'.','_');

Line 52: h_account_type := wf_engine.GetItemAttrText(itemtype,itemkey,'ACCOUNT_TYPE');

48: h_book_type_code_out := replace(h_book_type_code_out,'(','_');
49: h_book_type_code_out := replace(h_book_type_code_out,')','_');
50: h_book_type_code_out := replace(h_book_type_code_out,'.','_');
51: h_book_type_code_out := replace(h_book_type_code_out,'-','_');
52: h_account_type := wf_engine.GetItemAttrText(itemtype,itemkey,'ACCOUNT_TYPE');
53: h_func := h_book_type_code_out || '_' || h_account_type || '.build';
54: h_flex_num := wf_engine.GetItemAttrNumber(itemtype,itemkey,'CHART_OF_ACCOUNTS_ID');
55:
56: h_dist_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DISTRIBUTION_CCID');

Line 54: h_flex_num := wf_engine.GetItemAttrNumber(itemtype,itemkey,'CHART_OF_ACCOUNTS_ID');

50: h_book_type_code_out := replace(h_book_type_code_out,'.','_');
51: h_book_type_code_out := replace(h_book_type_code_out,'-','_');
52: h_account_type := wf_engine.GetItemAttrText(itemtype,itemkey,'ACCOUNT_TYPE');
53: h_func := h_book_type_code_out || '_' || h_account_type || '.build';
54: h_flex_num := wf_engine.GetItemAttrNumber(itemtype,itemkey,'CHART_OF_ACCOUNTS_ID');
55:
56: h_dist_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DISTRIBUTION_CCID');
57: h_acct_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'ACCOUNT_CCID');
58:

Line 56: h_dist_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DISTRIBUTION_CCID');

52: h_account_type := wf_engine.GetItemAttrText(itemtype,itemkey,'ACCOUNT_TYPE');
53: h_func := h_book_type_code_out || '_' || h_account_type || '.build';
54: h_flex_num := wf_engine.GetItemAttrNumber(itemtype,itemkey,'CHART_OF_ACCOUNTS_ID');
55:
56: h_dist_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DISTRIBUTION_CCID');
57: h_acct_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'ACCOUNT_CCID');
58:
59: h_def_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DEFAULT_CCID');
60:

Line 57: h_acct_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'ACCOUNT_CCID');

53: h_func := h_book_type_code_out || '_' || h_account_type || '.build';
54: h_flex_num := wf_engine.GetItemAttrNumber(itemtype,itemkey,'CHART_OF_ACCOUNTS_ID');
55:
56: h_dist_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DISTRIBUTION_CCID');
57: h_acct_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'ACCOUNT_CCID');
58:
59: h_def_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DEFAULT_CCID');
60:
61: h_acct_seg := wf_engine.GetItemAttrText(itemtype,itemkey,'ACCT_SEG_VAL');

Line 59: h_def_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DEFAULT_CCID');

55:
56: h_dist_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DISTRIBUTION_CCID');
57: h_acct_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'ACCOUNT_CCID');
58:
59: h_def_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DEFAULT_CCID');
60:
61: h_acct_seg := wf_engine.GetItemAttrText(itemtype,itemkey,'ACCT_SEG_VAL');
62:
63: IF (h_account_type in ('ASSET_COST','ASSET_CLEARING',

Line 61: h_acct_seg := wf_engine.GetItemAttrText(itemtype,itemkey,'ACCT_SEG_VAL');

57: h_acct_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'ACCOUNT_CCID');
58:
59: h_def_ccid := wf_engine.GetItemAttrNumber(itemtype,itemkey,'DEFAULT_CCID');
60:
61: h_acct_seg := wf_engine.GetItemAttrText(itemtype,itemkey,'ACCT_SEG_VAL');
62:
63: IF (h_account_type in ('ASSET_COST','ASSET_CLEARING',
64: 'CIP_CLEARING','CIP_COST',
65: 'DEPRN_RSV','REV_AMORT','REV_RSV')

Line 109: wf_engine.SetItemAttrText(itemtype=>'FALFEXWF',

105: p_log_level_rec => p_log_level_rec);
106: end if;
107: RETURN;
108: else
109: wf_engine.SetItemAttrText(itemtype=>'FALFEXWF',
110: itemkey=>itemkey,
111: aname=>'ERROR_MESSAGE',
112: avalue=>h_error_msg);
113: result := 'COMPLETE:FAILURE';