DBA Data[Home] [Help]

APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT dependencies on FND_FLEX_WORKFLOW

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

169: x_appl_short_name := 'SQLGL';
170: x_flex_field_code := 'GL#';
171: x_flex_field_struc_num := x_coa_id;
172:
173: WF_ItemKey := FND_FLEX_WORKFLOW.INITIALIZE (x_appl_short_name, x_flex_field_code, x_flex_field_struc_num, ItemType);
174:
175: /* If (debug_acc_generator_wf) then dbms_output.put_line ('WF Itemkey is : ' || WF_ItemKey); end if;
176: */
177:

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

909: -- Done setting WF item attributes
910:
911: if x_code_combination_id is null then
912:
913: x_progress := 'FND_FLEX_WORKFLOW.GENERATE: Before call';
914: IF (g_po_wf_debug = 'Y') THEN
915: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,WF_ItemKey,x_progress);
916: END IF;
917:

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

925: itemkey => wf_itemkey,
926: aname => 'ENCUMBRANCE_DATE',
927: avalue => x_gl_encumbered_date);
928:
929: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,
930: WF_ItemKey,
931: 'DEFAULT_CHARGE_ACC_GENERATION',
932: x_block_activity_label,
933: x_insert_if_new,

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

1011: itemkey => wf_itemkey,
1012: aname => 'ENCUMBRANCE_DATE',
1013: avalue => x_gl_encumbered_date);
1014:
1015: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,
1016: WF_ItemKey,
1017: 'DEFAULT_BUDGET_ACC_GENERATION',
1018: x_block_activity_label,
1019: x_insert_if_new,

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

1073: itemkey => wf_itemkey,
1074: aname => 'ENCUMBRANCE_DATE',
1075: avalue => x_gl_encumbered_date);
1076:
1077: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,
1078: WF_ItemKey,
1079: 'DEFAULT_ACCRUAL_ACC_GENERATION',
1080: x_block_activity_label,
1081: x_insert_if_new,

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

1113: itemkey => wf_itemkey,
1114: aname => 'ENCUMBRANCE_DATE',
1115: avalue => x_gl_encumbered_date);
1116:
1117: x_success := FND_FLEX_WORKFLOW.GENERATE_PARTIAL ( ItemType,
1118: WF_ItemKey,
1119: 'DEFAULT_VARIANCE_ACC_GENERATION',
1120: 'BLOCK_VARIANCE_ACC_GENERATION',
1121: x_insert_if_new,