DBA Data[Home] [Help]

APPS.GMO_DOCUMENT_NUMBERS_PVT dependencies on ORG_ACCESS_VIEW

Line 21: FROM ORG_ACCESS_VIEW OV

17: --This cursor is used to obtain the organization name for the specified organization ID.
18: --This cursor will be used only if no document number exists for the specified organization ID and transaction type.
19: CURSOR GET_ORG_NAME_C IS
20: SELECT DISTINCT(OV.ORGANIZATION_CODE || ' ' || OV.ORGANIZATION_NAME)
21: FROM ORG_ACCESS_VIEW OV
22: WHERE OV.ORGANIZATION_ID = P_ORGANIZATION_ID;
23:
24: --This cursor is used to obtain the transaction name for the specified transaction type code.
25: --This cursor will be used only if there exists no document numbers for the specified organization ID and transaction type.