DBA Data[Home] [Help]

APPS.OE_BLANKET_WF_UTIL dependencies on OE_GLOBALS

Line 71: where item_type = OE_GLOBALS.G_WFI_NGO

67:
68: select count(1)
69: into l_count
70: from wf_items
71: where item_type = OE_GLOBALS.G_WFI_NGO
72: and item_key = to_char(p_header_id);
73:
74: if l_count = 0
75: then

Line 726: OE_GLOBALS.G_REASON_CODE := 'SYSTEM';

722: l_return_status := FND_API.G_RET_STS_ERROR;
723: raise fnd_api.g_exc_error;
724: end if;
725:
726: OE_GLOBALS.G_REASON_CODE := 'SYSTEM';
727: OE_GLOBALS.G_CAPTURED_REASON := 'Y';
728:
729: OE_Versioning_Util.Perform_Versioning(p_header_id => p_header_id,
730: p_document_type => 'BLANKETS',

Line 727: OE_GLOBALS.G_CAPTURED_REASON := 'Y';

723: raise fnd_api.g_exc_error;
724: end if;
725:
726: OE_GLOBALS.G_REASON_CODE := 'SYSTEM';
727: OE_GLOBALS.G_CAPTURED_REASON := 'Y';
728:
729: OE_Versioning_Util.Perform_Versioning(p_header_id => p_header_id,
730: p_document_type => 'BLANKETS',
731: x_msg_count => l_msg_count,