DBA Data[Home] [Help]

APPS.OKC_SUBCLASS_PVT dependencies on OKC_STL_PVT

Line 734: okc_stl_pvt.insert_row(

730: x_msg_data OUT NOCOPY VARCHAR2,
731: p_stlv_rec IN stlv_rec_type,
732: x_stlv_rec OUT NOCOPY stlv_rec_type) IS
733: BEGIN
734: okc_stl_pvt.insert_row(
735: p_api_version,
736: p_init_msg_list,
737: x_return_status,
738: x_msg_count,

Line 753: okc_stl_pvt.insert_row(

749: x_msg_data OUT NOCOPY VARCHAR2,
750: p_stlv_tbl IN stlv_tbl_type,
751: x_stlv_tbl OUT NOCOPY stlv_tbl_type) IS
752: BEGIN
753: okc_stl_pvt.insert_row(
754: p_api_version,
755: p_init_msg_list,
756: x_return_status,
757: x_msg_count,

Line 772: okc_stl_pvt.update_row(

768: x_msg_data OUT NOCOPY VARCHAR2,
769: p_stlv_rec IN stlv_rec_type,
770: x_stlv_rec OUT NOCOPY stlv_rec_type) IS
771: BEGIN
772: okc_stl_pvt.update_row(
773: p_api_version,
774: p_init_msg_list,
775: x_return_status,
776: x_msg_count,

Line 791: okc_stl_pvt.update_row(

787: x_msg_data OUT NOCOPY VARCHAR2,
788: p_stlv_tbl IN stlv_tbl_type,
789: x_stlv_tbl OUT NOCOPY stlv_tbl_type) IS
790: BEGIN
791: okc_stl_pvt.update_row(
792: p_api_version,
793: p_init_msg_list,
794: x_return_status,
795: x_msg_count,

Line 809: okc_stl_pvt.delete_row(

805: x_msg_count OUT NOCOPY NUMBER,
806: x_msg_data OUT NOCOPY VARCHAR2,
807: p_stlv_rec IN stlv_rec_type) IS
808: BEGIN
809: okc_stl_pvt.delete_row(
810: p_api_version,
811: p_init_msg_list,
812: x_return_status,
813: x_msg_count,

Line 826: okc_stl_pvt.delete_row(

822: x_msg_count OUT NOCOPY NUMBER,
823: x_msg_data OUT NOCOPY VARCHAR2,
824: p_stlv_tbl IN stlv_tbl_type) IS
825: BEGIN
826: okc_stl_pvt.delete_row(
827: p_api_version,
828: p_init_msg_list,
829: x_return_status,
830: x_msg_count,

Line 843: okc_stl_pvt.lock_row(

839: x_msg_count OUT NOCOPY NUMBER,
840: x_msg_data OUT NOCOPY VARCHAR2,
841: p_stlv_rec IN stlv_rec_type) IS
842: BEGIN
843: okc_stl_pvt.lock_row(
844: p_api_version,
845: p_init_msg_list,
846: x_return_status,
847: x_msg_count,

Line 860: okc_stl_pvt.lock_row(

856: x_msg_count OUT NOCOPY NUMBER,
857: x_msg_data OUT NOCOPY VARCHAR2,
858: p_stlv_tbl IN stlv_tbl_type) IS
859: BEGIN
860: okc_stl_pvt.lock_row(
861: p_api_version,
862: p_init_msg_list,
863: x_return_status,
864: x_msg_count,

Line 877: okc_stl_pvt.validate_row(

873: x_msg_count OUT NOCOPY NUMBER,
874: x_msg_data OUT NOCOPY VARCHAR2,
875: p_stlv_rec IN stlv_rec_type) IS
876: BEGIN
877: okc_stl_pvt.validate_row(
878: p_api_version,
879: p_init_msg_list,
880: x_return_status,
881: x_msg_count,

Line 894: okc_stl_pvt.validate_row(

890: x_msg_count OUT NOCOPY NUMBER,
891: x_msg_data OUT NOCOPY VARCHAR2,
892: p_stlv_tbl IN stlv_tbl_type) IS
893: BEGIN
894: okc_stl_pvt.validate_row(
895: p_api_version,
896: p_init_msg_list,
897: x_return_status,
898: x_msg_count,