DBA Data[Home] [Help]

APPS.PA_BILL_WORKBENCH_INVOICE dependencies on FND_FUNCTION

Line 157: IF (fnd_function.test('PA_PAXINRVW_APPROVE') = TRUE) THEN

153: Get the Function security of the invoice action
154: ------------------------------------------------------*/
155:
156:
157: IF (fnd_function.test('PA_PAXINRVW_APPROVE') = TRUE) THEN
158: x_fs_approve := 'Y';
159: ELSE
160: x_fs_approve := 'N';
161: END IF;