DBA Data[Home] [Help]

APPS.OE_STANDARD_WF dependencies on FND_API

Line 175: -- p_result := FND_API.G_MISS_CHAR;

171: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
172: --
173: BEGIN
174:
175: -- p_result := FND_API.G_MISS_CHAR;
176:
177: -- Workflow engine calls the SET_CTX to set the context for the
178: -- activity before the execution.
179: --Bug 6884804

Line 486: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

482: WHERE header_id = to_number (p_itemkey);
483: ELSE
484: -- Should never get here. In negotiation phase it should be O or B
485: oe_debug_pub.add('l_sales_document_type_code is NULL for:' || p_itemkey);
486: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
487: END IF;
488:
489: MO_GLOBAL.set_policy_context ('S', l_org_id);
490:

Line 530: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

526: WHERE header_id = to_number (p_itemkey);
527: ELSE
528: -- Should never get here. In negotiation phase it should be O or B
529: oe_debug_pub.add('l_sales_document_type_code is NULL for:' || p_itemkey);
530: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
531: END IF;
532:
533: IF l_debug_level > 0 THEN
534: oe_debug_pub.add('ORG ID IS ' || l_org_id ) ;

Line 768: RAISE FND_API.G_EXC_UNEXPECTED_ERROR; -- item type is not a line

764: IF p_itemtype = OE_GLOBALS.G_WFI_LIN THEN
765: l_category_code := wf_engine.GetItemAttrText(p_itemtype, p_itemkey, 'LINE_CATEGORY');
766: p_result := 'COMPLETE:'||l_category_code;
767: ELSE
768: RAISE FND_API.G_EXC_UNEXPECTED_ERROR; -- item type is not a line
769: END IF;
770:
771: ELSE
772:

Line 808: ,p_encoded => FND_API.G_FALSE

804: --
805: BEGIN
806:
807: OE_MSG_PUB.GET( p_msg_index => OE_MSG_PUB.G_LAST
808: ,p_encoded => FND_API.G_FALSE
809: ,p_data => l_data
810: ,p_msg_index_out => l_msg_index_out);
811: FND_MESSAGE.SET_NAME('ONT', 'OE_WF_EXCEPTION');
812: FND_MESSAGE.SET_TOKEN('EXCEPTION', l_data);

Line 958: RAISE fnd_api.g_exc_unexpected_error;

954: || NVL (l_parent_type, p_itemtype)
955: );
956: END IF;
957:
958: RAISE fnd_api.g_exc_unexpected_error;
959: END IF;
960:
961: mo_global.set_policy_context ('S', l_org_id);
962: END IF;

Line 1030: RAISE fnd_api.g_exc_unexpected_error;

1026: || p_itemkey
1027: );
1028: END IF;
1029:
1030: RAISE fnd_api.g_exc_unexpected_error;
1031: END IF;
1032:
1033: IF l_debug_level > 0
1034: THEN