DBA Data[Home] [Help]

APPS.PJI_PMV_UTIL dependencies on PJI_ORGANIZATION_LIST_TBL

Line 997: FUNCTION PJI_ORGANIZATION_LOV RETURN PJI_ORGANIZATION_LIST_TBL

993:
994:
995: --Bug 4599990. Modified the code to handle the case where the security profile restricts the organizations
996: --to be displayed to that part of the hierarchy with organization selected in the user assignment as the top org
997: FUNCTION PJI_ORGANIZATION_LOV RETURN PJI_ORGANIZATION_LIST_TBL
998: IS
999: l_Organization_List PJI_ORGANIZATION_LIST_TBL := PJI_ORGANIZATION_LIST_TBL();
1000: l_Count NUMBER;
1001: --Bug 4599990.

Line 999: l_Organization_List PJI_ORGANIZATION_LIST_TBL := PJI_ORGANIZATION_LIST_TBL();

995: --Bug 4599990. Modified the code to handle the case where the security profile restricts the organizations
996: --to be displayed to that part of the hierarchy with organization selected in the user assignment as the top org
997: FUNCTION PJI_ORGANIZATION_LOV RETURN PJI_ORGANIZATION_LIST_TBL
998: IS
999: l_Organization_List PJI_ORGANIZATION_LIST_TBL := PJI_ORGANIZATION_LIST_TBL();
1000: l_Count NUMBER;
1001: --Bug 4599990.
1002: l_top_organization_id per_security_profiles.organization_id%TYPE;
1003: l_user_id NUMBER;