DBA Data[Home] [Help]

APPS.CLN_ACK_PO_PKG dependencies on FND_LOOKUPS

Line 534: SELECT meaning INTO l_action FROM fnd_lookups

530: l_msg_data :='Invalid value for ACKHEADER/ACKCODE tag.';
531: RAISE FND_API.G_EXC_ERROR;
532: END IF;
533:
534: SELECT meaning INTO l_action FROM fnd_lookups
535: WHERE lookup_code = x_collaboration_type AND lookup_type = 'CLN_COLLABORATION_TYPE';
536: cln_debug_pub.Add('Collaboration Type found as - '||l_action,1);
537:
538: EXCEPTION

Line 1717: SELECT meaning INTO l_action FROM fnd_lookups

1713: l_msg_data :='Invalid value for ACKHEADER/ACKCODE tag.';
1714: RAISE FND_API.G_EXC_ERROR;
1715: END IF;
1716:
1717: SELECT meaning INTO l_action FROM fnd_lookups
1718: WHERE lookup_code = p_collaboration_type AND lookup_type = 'CLN_COLLABORATION_TYPE';
1719: cln_debug_pub.Add('Collaboration Type found as - '||l_action,1);
1720:
1721: EXCEPTION