DBA Data[Home] [Help]

APPS.QP_PRICE_REQUEST_CONTEXT dependencies on FND_API

Line 56: l_request_id := nvl(QP_PREQ_GRP.G_REQUEST_ID,fnd_api.g_miss_num);

52:
53: FUNCTION Get_Request_Id return number is
54: l_request_id number;
55: BEGIN
56: l_request_id := nvl(QP_PREQ_GRP.G_REQUEST_ID,fnd_api.g_miss_num);
57: return l_request_id;
58: END Get_Request_id;
59:
60: --needed for HTML Qualifiers UI