DBA Data[Home] [Help]

APPS.QA_SS_OM dependencies on FND_FUNCTION

Line 23: if (not fnd_function.test('QA_SS_REST_VQR')) then

19: BEGIN
20: if (p_so_header_id is null) Then
21: return 'N';
22: end if;
23: if (not fnd_function.test('QA_SS_REST_VQR')) then
24: return 'N';
25: end if; -- function security. if test returns false,return N
26:
27: open om_plans_cur;

Line 56: if (not fnd_function.test('QA_SS_REST_VQR')) then

52: BEGIN
53: If (p_item_id is Null) OR (p_so_header_id is Null) Then
54: Return 'N';
55: end if;
56: if (not fnd_function.test('QA_SS_REST_VQR')) then
57: return 'N';
58: end if; -- function security. if test returns false,return N
59:
60: open om_plans_cur;