DBA Data[Home] [Help]

APPS.PA_RES_MANAGEMENT_AMG_PUB dependencies on PA_ORG_UTILS

Line 1717: PA_ORG_UTILS.CHECK_ORGHIERARCHY_TYPE(

1713: IF l_debug_mode = 'Y' THEN
1714: pa_debug.write(l_module, 'Validating Search Organization Hierarchy Type', l_log_level);
1715: END IF;
1716:
1717: PA_ORG_UTILS.CHECK_ORGHIERARCHY_TYPE(
1718: p_org_structure_version_id => l_req_rec.search_exp_org_str_ver_id,
1719: p_org_structure_type => 'EXPENDITURES',
1720: x_return_status => l_return_status,
1721: x_error_message_code => l_error_message_code);

Line 1770: PA_ORG_UTILS.CHECK_ORG_TYPE(

1766: IF l_debug_mode = 'Y' THEN
1767: pa_debug.write(l_module, 'Validating Search Organization Type', l_log_level);
1768: END IF;
1769:
1770: PA_ORG_UTILS.CHECK_ORG_TYPE(
1771: p_organization_id => l_req_rec.search_exp_start_org_id,
1772: p_org_structure_type => 'EXPENDITURES',
1773: x_return_status => l_return_status,
1774: x_error_message_code => l_error_message_code);

Line 1797: PA_ORG_UTILS.CHECK_ORG_IN_ORGHIERARCHY(

1793: IF l_debug_mode = 'Y' THEN
1794: pa_debug.write(l_module, 'Validating Search Organization wrt Search Org Hierarchy', l_log_level);
1795: END IF;
1796:
1797: PA_ORG_UTILS.CHECK_ORG_IN_ORGHIERARCHY(
1798: p_organization_id => l_req_rec.search_exp_start_org_id,
1799: p_org_structure_version_id => l_req_rec.search_exp_org_str_ver_id,
1800: p_org_structure_type => 'EXPENDITURES',
1801: x_return_status => l_return_status,