DBA Data[Home] [Help]

APPS.OKL_SETUPOPERANDS_PVT dependencies on OKL_OPERANDS_PUB

Line 899: -- Start of wraper code generated automatically by Debug code generator for okl_operands_pub.insert_operands

895: END IF;
896:
897:
898: /* public api to insert operands */
899: -- Start of wraper code generated automatically by Debug code generator for okl_operands_pub.insert_operands
900: IF(L_DEBUG_ENABLED='Y') THEN
901: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
902: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
903: END IF;

Line 906: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSOPB.pls call okl_operands_pub.insert_operands ');

902: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
903: END IF;
904: IF(IS_DEBUG_PROCEDURE_ON) THEN
905: BEGIN
906: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSOPB.pls call okl_operands_pub.insert_operands ');
907: END;
908: END IF;
909: okl_operands_pub.insert_operands(p_api_version => p_api_version,
910: p_init_msg_list => p_init_msg_list,

Line 909: okl_operands_pub.insert_operands(p_api_version => p_api_version,

905: BEGIN
906: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSOPB.pls call okl_operands_pub.insert_operands ');
907: END;
908: END IF;
909: okl_operands_pub.insert_operands(p_api_version => p_api_version,
910: p_init_msg_list => p_init_msg_list,
911: x_return_status => l_return_status,
912: x_msg_count => x_msg_count,
913: x_msg_data => x_msg_data,

Line 918: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSOPB.pls call okl_operands_pub.insert_operands ');

914: p_opdv_rec => l_opdv_rec,
915: x_opdv_rec => x_opdv_rec);
916: IF(IS_DEBUG_PROCEDURE_ON) THEN
917: BEGIN
918: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSOPB.pls call okl_operands_pub.insert_operands ');
919: END;
920: END IF;
921: -- End of wraper code generated automatically by Debug code generator for okl_operands_pub.insert_operands
922:

Line 921: -- End of wraper code generated automatically by Debug code generator for okl_operands_pub.insert_operands

917: BEGIN
918: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSOPB.pls call okl_operands_pub.insert_operands ');
919: END;
920: END IF;
921: -- End of wraper code generated automatically by Debug code generator for okl_operands_pub.insert_operands
922:
923: IF l_return_status = OKL_API.G_RET_STS_ERROR THEN
924: RAISE OKL_API.G_EXCEPTION_ERROR;
925: ELSIF l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR THEN

Line 1079: -- Start of wraper code generated automatically by Debug code generator for okl_operands_pub.update_operands

1075: */
1076:
1077:
1078: /* public api to update operands */
1079: -- Start of wraper code generated automatically by Debug code generator for okl_operands_pub.update_operands
1080: IF(L_DEBUG_ENABLED='Y') THEN
1081: L_LEVEL_PROCEDURE :=FND_LOG.LEVEL_PROCEDURE;
1082: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
1083: END IF;

Line 1086: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSOPB.pls call okl_operands_pub.update_operands ');

1082: IS_DEBUG_PROCEDURE_ON := OKL_DEBUG_PUB.Check_Log_On(L_MODULE, L_LEVEL_PROCEDURE);
1083: END IF;
1084: IF(IS_DEBUG_PROCEDURE_ON) THEN
1085: BEGIN
1086: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSOPB.pls call okl_operands_pub.update_operands ');
1087: END;
1088: END IF;
1089: okl_operands_pub.update_operands(p_api_version => p_api_version,
1090: p_init_msg_list => p_init_msg_list,

Line 1089: okl_operands_pub.update_operands(p_api_version => p_api_version,

1085: BEGIN
1086: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'Begin Debug OKLRSOPB.pls call okl_operands_pub.update_operands ');
1087: END;
1088: END IF;
1089: okl_operands_pub.update_operands(p_api_version => p_api_version,
1090: p_init_msg_list => p_init_msg_list,
1091: x_return_status => l_return_status,
1092: x_msg_count => x_msg_count,
1093: x_msg_data => x_msg_data,

Line 1098: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSOPB.pls call okl_operands_pub.update_operands ');

1094: p_opdv_rec => l_upd_opdv_rec,
1095: x_opdv_rec => x_opdv_rec);
1096: IF(IS_DEBUG_PROCEDURE_ON) THEN
1097: BEGIN
1098: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSOPB.pls call okl_operands_pub.update_operands ');
1099: END;
1100: END IF;
1101: -- End of wraper code generated automatically by Debug code generator for okl_operands_pub.update_operands
1102:

Line 1101: -- End of wraper code generated automatically by Debug code generator for okl_operands_pub.update_operands

1097: BEGIN
1098: OKL_DEBUG_PUB.LOG_DEBUG(L_LEVEL_PROCEDURE,L_MODULE,'End Debug OKLRSOPB.pls call okl_operands_pub.update_operands ');
1099: END;
1100: END IF;
1101: -- End of wraper code generated automatically by Debug code generator for okl_operands_pub.update_operands
1102:
1103: IF l_return_status = OKL_API.G_RET_STS_ERROR THEN
1104: RAISE OKL_API.G_EXCEPTION_ERROR;
1105: ELSIF l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR THEN

Line 1119: okl_operands_pub.update_operands(p_api_version => p_api_version,

1115: p_date => l_sysdate);
1116: -- Scenario 1: only changing description and/or source and/or descriptive flexfields
1117: IF l_action = '1' THEN
1118: -- public api to update operands
1119: okl_operands_pub.update_operands(p_api_version => p_api_version,
1120: p_init_msg_list => p_init_msg_list,
1121: x_return_status => l_return_status,
1122: x_msg_count => x_msg_count,
1123: x_msg_data => x_msg_data,

Line 1153: okl_operands_pub.update_operands(p_api_version => p_api_version,

1149: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
1150: END IF;
1151:
1152: -- public api to update operands
1153: okl_operands_pub.update_operands(p_api_version => p_api_version,
1154: p_init_msg_list => p_init_msg_list,
1155: x_return_status => l_return_status,
1156: x_msg_count => x_msg_count,
1157: x_msg_data => x_msg_data,

Line 1196: okl_operands_pub.update_operands(p_api_version => p_api_version,

1192: END IF;
1193: END IF;
1194:
1195: -- public api to update operands
1196: okl_operands_pub.update_operands(p_api_version => p_api_version,
1197: p_init_msg_list => p_init_msg_list,
1198: x_return_status => l_return_status,
1199: x_msg_count => x_msg_count,
1200: x_msg_data => x_msg_data,

Line 1253: okl_operands_pub.insert_operands(p_api_version => p_api_version,

1249: END IF;
1250: END IF;
1251:
1252: -- public api to insert operands -
1253: okl_operands_pub.insert_operands(p_api_version => p_api_version,
1254: p_init_msg_list => p_init_msg_list,
1255: x_return_status => l_return_status,
1256: x_msg_count => x_msg_count,
1257: x_msg_data => x_msg_data,