DBA Data[Home] [Help]

APPS.OKL_SAO_PVT dependencies on AP_DISTRIBUTION_SETS

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

1873: x_return_status OUT NOCOPY VARCHAR2
1874: ) IS
1875: l_dummy NUMBER;
1876: Cursor ValidDistsetId_csr ( distsetid p_saov_rec.PAY_DIST_SET_ID%TYPE )is
1877: select 1 from AP_DISTRIBUTION_SETS where DISTRIBUTION_SET_ID = distsetid ;
1878:
1879: BEGIN
1880: -- initialize return status
1881: x_return_status := Okc_Api.G_RET_STS_SUCCESS;