DBA Data[Home] [Help]

APPS.OKL_PARTY_PAYMENTS_PVT dependencies on OKL_LLA_UTIL_PVT

Line 443: OKL_LLA_UTIL_PVT.check_line_update_allowed

439: END IF;
440:
441: --Bug# 4959361
442: IF p_pphv_rec.cle_id IS NOT NULL THEN
443: OKL_LLA_UTIL_PVT.check_line_update_allowed
444: (p_api_version => p_api_version,
445: p_init_msg_list => p_init_msg_list,
446: x_return_status => x_return_status,
447: x_msg_count => x_msg_count,

Line 804: OKL_LLA_UTIL_PVT.check_line_update_allowed

800: FETCH l_pph_csr INTO l_pph_rec;
801: CLOSE l_pph_csr;
802:
803: IF l_pph_rec.cle_id IS NOT NULL THEN
804: OKL_LLA_UTIL_PVT.check_line_update_allowed
805: (p_api_version => p_api_version,
806: p_init_msg_list => p_init_msg_list,
807: x_return_status => x_return_status,
808: x_msg_count => x_msg_count,

Line 976: OKL_LLA_UTIL_PVT.check_line_update_allowed

972: FETCH l_pph_csr INTO l_pph_rec;
973: CLOSE l_pph_csr;
974:
975: IF l_pph_rec.cle_id IS NOT NULL THEN
976: OKL_LLA_UTIL_PVT.check_line_update_allowed
977: (p_api_version => p_api_version,
978: p_init_msg_list => p_init_msg_list,
979: x_return_status => x_return_status,
980: x_msg_count => x_msg_count,

Line 1966: OKL_LLA_UTIL_PVT.check_line_update_allowed

1962: FETCH l_pph_csr INTO l_pph_rec;
1963: CLOSE l_pph_csr;
1964:
1965: IF l_pph_rec.cle_id IS NOT NULL THEN
1966: OKL_LLA_UTIL_PVT.check_line_update_allowed
1967: (p_api_version => p_api_version,
1968: p_init_msg_list => p_init_msg_list,
1969: x_return_status => x_return_status,
1970: x_msg_count => x_msg_count,

Line 2326: OKL_LLA_UTIL_PVT.check_line_update_allowed

2322: FETCH l_pyd_csr INTO l_pyd_rec;
2323: CLOSE l_pyd_csr;
2324:
2325: IF l_pyd_rec.cle_id IS NOT NULL THEN
2326: OKL_LLA_UTIL_PVT.check_line_update_allowed
2327: (p_api_version => p_api_version,
2328: p_init_msg_list => p_init_msg_list,
2329: x_return_status => x_return_status,
2330: x_msg_count => x_msg_count,

Line 2510: OKL_LLA_UTIL_PVT.check_line_update_allowed

2506: FETCH l_pyd_csr INTO l_pyd_rec;
2507: CLOSE l_pyd_csr;
2508:
2509: IF l_pyd_rec.cle_id IS NOT NULL THEN
2510: OKL_LLA_UTIL_PVT.check_line_update_allowed
2511: (p_api_version => p_api_version,
2512: p_init_msg_list => p_init_msg_list,
2513: x_return_status => x_return_status,
2514: x_msg_count => x_msg_count,