DBA Data[Home] [Help]

APPS.ICX_RELATED_TEMPLATES_PUB dependencies on PO_REQEXPRESS_HEADERS

Line 82: from po_reqexpress_headers

78: IF p_validation_level = FND_API.G_VALID_LEVEL_FULL THEN
79:
80: -- check template
81: select count(*) into l_count
82: from po_reqexpress_headers
83: where express_name = p_template;
84:
85: if l_count <> 1 then
86: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR) then

Line 98: from po_reqexpress_headers

94:
95:
96: -- check related template
97: select count(*) into l_count
98: from po_reqexpress_headers
99: where express_name = p_related_template;
100:
101: if l_count <> 1 then
102: if FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR) then