DBA Data[Home] [Help]

APPS.PA_SEARCH_PUB dependencies on PA_ORG_UTILS

Line 240: PA_ORG_UTILS.Check_OrgHierarchy_Type(

236:
237: -- check if the org hierarchy is of the correct type
238: -- i.e. EXPENDITURES for resource search
239: -- PROJECTS for requirement search
240: PA_ORG_UTILS.Check_OrgHierarchy_Type(
241: p_org_structure_version_id =>
242: PA_SEARCH_GLOB.g_search_criteria.org_hierarchy_version_id,
243: p_org_structure_type => l_org_structure_type,
244: x_return_status => l_return_status,

Line 275: PA_ORG_UTILS.Check_Org_Type(

271: ELSE
272: -- check if the starting org is of the correct type
273: -- i.e. EXPENDITURES for resource search
274: -- PROJECTS for requirement search
275: PA_ORG_UTILS.Check_Org_Type(
276: p_organization_id =>
277: PA_SEARCH_GLOB.g_search_criteria.organization_id,
278: p_org_structure_type => l_org_structure_type,
279: x_return_status => l_return_status,

Line 300: PA_ORG_UTILS.Check_Org_In_OrgHierarchy(

296: IF PA_SEARCH_GLOB.g_search_criteria.organization_id IS NOT NULL AND
297: PA_SEARCH_GLOB.g_search_criteria.org_hierarchy_version_id IS NOT NULL
298: THEN
299:
300: PA_ORG_UTILS.Check_Org_In_OrgHierarchy(
301: p_organization_id =>
302: PA_SEARCH_GLOB.g_search_criteria.organization_id,
303: p_org_structure_version_id =>
304: PA_SEARCH_GLOB.g_search_criteria.org_hierarchy_version_id,