DBA Data[Home] [Help]

APPS.OKE_CHANGE_STATUS_PUB dependencies on OKE_CHANGE_STATUS_PUB

Line 1: PACKAGE BODY oke_change_status_pub as

1: PACKAGE BODY oke_change_status_pub as
2: /* $Header: OKEPCSTB.pls 120.0.12020000.2 2013/02/22 06:46:23 ansraj noship $ */
3:
4: ---------------------------------------------------------------------------
5: -- GLOBAL MESSAGE CONSTANTS

Line 74: oke_change_status_pUB.Update_header_status(

70: If (p_chr_sts_tbl.COUNT > 0) Then
71: i := p_chr_sts_tbl.FIRST;
72: LOOP
73: -- call procedure for a record
74: oke_change_status_pUB.Update_header_status(
75: p_api_version => p_api_version,
76: p_init_msg_list => p_init_msg_list,
77: x_return_status => x_return_status,
78: x_msg_count => x_msg_count,

Line 491: end oke_change_status_pub;

487:
488: END Update_header_status;
489:
490:
491: end oke_change_status_pub;