DBA Data[Home] [Help]

APPS.OKL_SAO_PVT dependencies on AP_DISTRIBUTION_SETS

Line 1799: select 1 from AP_DISTRIBUTION_SETS where DISTRIBUTION_SET_ID = distsetid ;

1795: x_return_status OUT NOCOPY VARCHAR2
1796: ) IS
1797: l_dummy NUMBER;
1798: Cursor ValidDistsetId_csr ( distsetid p_saov_rec.PAY_DIST_SET_ID%TYPE )is
1799: select 1 from AP_DISTRIBUTION_SETS where DISTRIBUTION_SET_ID = distsetid ;
1800:
1801: BEGIN
1802: -- initialize return status
1803: x_return_status := Okc_Api.G_RET_STS_SUCCESS;