DBA Data[Home] [Help]

APPS.PJI_SETUP_PKG dependencies on FND_API

Line 1567: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;

1563: -- the ID passed in.
1564: RAISE TOO_MANY_ROWS;
1565: END IF;
1566: END IF; -- end if for p_Org_structure IS NULL
1567: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1568:
1569: EXCEPTION
1570: WHEN NO_DATA_FOUND THEN
1571: x_return_status := Fnd_Api.G_RET_STS_ERROR;

Line 1571: x_return_status := Fnd_Api.G_RET_STS_ERROR;

1567: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1568:
1569: EXCEPTION
1570: WHEN NO_DATA_FOUND THEN
1571: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1572: x_error_message_code := 'PJI_ORG_STRUCTURE_INVALID';
1573: x_Org_structure_id := NULL;
1574: WHEN TOO_MANY_ROWS THEN
1575: x_return_status := Fnd_Api.G_RET_STS_ERROR;

Line 1575: x_return_status := Fnd_Api.G_RET_STS_ERROR;

1571: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1572: x_error_message_code := 'PJI_ORG_STRUCTURE_INVALID';
1573: x_Org_structure_id := NULL;
1574: WHEN TOO_MANY_ROWS THEN
1575: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1576: x_error_message_code := 'PJI_ORG_STRUCTURE_AMBIGUOUS';
1577: x_Org_structure_id := NULL;
1578: WHEN OTHERS THEN
1579: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;

Line 1579: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;

1575: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1576: x_error_message_code := 'PJI_ORG_STRUCTURE_AMBIGUOUS';
1577: x_Org_structure_id := NULL;
1578: WHEN OTHERS THEN
1579: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;
1580: x_Org_structure_id := NULL;
1581: RAISE ;
1582:
1583: END Check_Org_structure;

Line 1640: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;

1636: -- the ID passed in.
1637: RAISE TOO_MANY_ROWS;
1638: END IF;
1639: END IF; -- end if for p_Org_structure_version IS NULL
1640: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1641:
1642: EXCEPTION
1643: WHEN NO_DATA_FOUND THEN
1644: x_return_status := Fnd_Api.G_RET_STS_ERROR;

Line 1644: x_return_status := Fnd_Api.G_RET_STS_ERROR;

1640: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1641:
1642: EXCEPTION
1643: WHEN NO_DATA_FOUND THEN
1644: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1645: x_error_message_code := 'PJI_ORG_STRUCTURE_VER_INVALID';
1646: x_Org_structure_version_id := NULL;
1647: WHEN TOO_MANY_ROWS THEN
1648: x_return_status := Fnd_Api.G_RET_STS_ERROR;

Line 1648: x_return_status := Fnd_Api.G_RET_STS_ERROR;

1644: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1645: x_error_message_code := 'PJI_ORG_STRUCTURE_VER_INVALID';
1646: x_Org_structure_version_id := NULL;
1647: WHEN TOO_MANY_ROWS THEN
1648: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1649: x_error_message_code := 'PJI_ORG_STRUCT_VER_AMBIGUOUS';
1650: x_Org_structure_version_id := NULL;
1651: WHEN OTHERS THEN
1652: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;

Line 1652: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;

1648: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1649: x_error_message_code := 'PJI_ORG_STRUCT_VER_AMBIGUOUS';
1650: x_Org_structure_version_id := NULL;
1651: WHEN OTHERS THEN
1652: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;
1653: x_Org_structure_version_id := NULL;
1654: RAISE ;
1655:
1656: END Check_Org_structure_Version;

Line 1713: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;

1709: -- the ID passed in.
1710: RAISE TOO_MANY_ROWS;
1711: END IF;
1712: END IF; -- end if for p_budget_type IS NULL
1713: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1714:
1715: EXCEPTION
1716: WHEN NO_DATA_FOUND THEN
1717: x_return_status := Fnd_Api.G_RET_STS_ERROR;

Line 1717: x_return_status := Fnd_Api.G_RET_STS_ERROR;

1713: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
1714:
1715: EXCEPTION
1716: WHEN NO_DATA_FOUND THEN
1717: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1718: x_error_message_code := 'PA_BUDGET_TYPE_INVALID';
1719: x_budget_type_code := NULL;
1720: WHEN TOO_MANY_ROWS THEN
1721: x_return_status := Fnd_Api.G_RET_STS_ERROR;

Line 1721: x_return_status := Fnd_Api.G_RET_STS_ERROR;

1717: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1718: x_error_message_code := 'PA_BUDGET_TYPE_INVALID';
1719: x_budget_type_code := NULL;
1720: WHEN TOO_MANY_ROWS THEN
1721: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1722: x_error_message_code := 'PA_BUDGET_TYPE_AMBIGUOUS';
1723: x_budget_type_code := NULL;
1724: WHEN OTHERS THEN
1725: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;

Line 1725: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;

1721: x_return_status := Fnd_Api.G_RET_STS_ERROR;
1722: x_error_message_code := 'PA_BUDGET_TYPE_AMBIGUOUS';
1723: x_budget_type_code := NULL;
1724: WHEN OTHERS THEN
1725: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR ;
1726: x_budget_type_code := NULL;
1727: RAISE ;
1728:
1729: END Check_Budget_Type;