DBA Data[Home] [Help]

APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT dependencies on FND_FLEX_WORKFLOW

Line 178: WF_ItemKey := FND_FLEX_WORKFLOW.INITIALIZE (x_appl_short_name, x_flex_field_code, x_flex_field_struc_num, ItemType);

174: x_appl_short_name := 'SQLGL';
175: x_flex_field_code := 'GL#';
176: x_flex_field_struc_num := x_coa_id;
177:
178: WF_ItemKey := FND_FLEX_WORKFLOW.INITIALIZE (x_appl_short_name, x_flex_field_code, x_flex_field_struc_num, ItemType);
179:
180: /* If (debug_acc_generator_wf) then dbms_output.put_line ('WF Itemkey is : ' || WF_ItemKey); end if;
181: */
182:

Line 931: x_progress := 'FND_FLEX_WORKFLOW.GENERATE: Before call';

927: -- Done setting WF item attributes
928:
929: if x_code_combination_id is null then
930:
931: x_progress := 'FND_FLEX_WORKFLOW.GENERATE: Before call';
932: IF (g_po_wf_debug = 'Y') THEN
933: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
934: END IF;
935:

Line 947: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,

943: itemkey => wf_itemkey,
944: aname => 'ENCUMBRANCE_DATE',
945: avalue => x_gl_encumbered_date);
946:
947: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,
948: WF_ItemKey,
949: 'DEFAULT_CHARGE_ACC_GENERATION',
950: x_block_activity_label,
951: x_insert_if_new,

Line 1034: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,

1030: itemkey => wf_itemkey,
1031: aname => 'ENCUMBRANCE_DATE',
1032: avalue => x_gl_encumbered_date);
1033:
1034: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,
1035: WF_ItemKey,
1036: 'DEFAULT_BUDGET_ACC_GENERATION',
1037: x_block_activity_label,
1038: x_insert_if_new,

Line 1100: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,

1096: itemkey => wf_itemkey,
1097: aname => 'ENCUMBRANCE_DATE',
1098: avalue => x_gl_encumbered_date);
1099:
1100: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,
1101: WF_ItemKey,
1102: 'DEFAULT_ACCRUAL_ACC_GENERATION',
1103: x_block_activity_label,
1104: x_insert_if_new,

Line 1140: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,

1136: itemkey => wf_itemkey,
1137: aname => 'ENCUMBRANCE_DATE',
1138: avalue => x_gl_encumbered_date);
1139:
1140: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,
1141: WF_ItemKey,
1142: 'DEFAULT_VARIANCE_ACC_GENERATION',
1143: 'BLOCK_VARIANCE_ACC_GENERATION',
1144: x_insert_if_new,