DBA Data[Home] [Help]

APPS.AHL_UC_UNITCONFIG_PUB dependencies on AHL_UC_INSTANCE_PVT

Line 27: -- p_x_uc_header_rec IN OUT ahl_uc_instance_pvt.uc_header_rec_type, required.

23: --
24: -- create_uc_header parameters:
25: -- p_dml_flag IN VARCHAR2(1), required. To indicate DML operation of
26: -- CREATE(C), UPDATE(U) OR DELETE(D).
27: -- p_x_uc_header_rec IN OUT ahl_uc_instance_pvt.uc_header_rec_type, required.
28: -- Record of UC header attributes including the newly created
29: -- UC header ID
30: -- Version: Initial Version 1.0
31: --

Line 43: * @param p_x_uc_header_rec in out record of type ahl_uc_instance_pvt.uc_header_rec_type

39: * @param x_return_status return status
40: * @param x_msg_count return message count
41: * @param x_msg_data return message data
42: * @param p_dml_flag indicates the operation to be formed
43: * @param p_x_uc_header_rec in out record of type ahl_uc_instance_pvt.uc_header_rec_type
44: * @rep:scope public
45: * @rep:lifecycle active
46: * @rep:displayname Process Unit Configuration Header
47: */

Line 57: p_x_uc_header_rec IN OUT NOCOPY ahl_uc_instance_pvt.uc_header_rec_type);

53: x_return_status OUT NOCOPY VARCHAR2,
54: x_msg_count OUT NOCOPY NUMBER,
55: x_msg_data OUT NOCOPY VARCHAR2,
56: p_dml_flag IN VARCHAR2,
57: p_x_uc_header_rec IN OUT NOCOPY ahl_uc_instance_pvt.uc_header_rec_type);
58:
59: END AHL_UC_UNITCONFIG_PUB; -- Package spec