DBA Data[Home] [Help]

APPS.CSI_WIP_TRXS_PKG dependencies on CSI_DATASTRUCTURES_PUB

Line 96: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,

92:
93: PROCEDURE wip_comp_issue(
94: p_transaction_id IN number,
95: p_message_id IN number,
96: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
97: x_return_status OUT nocopy varchar2);
98:
99: PROCEDURE wip_comp_receipt(
100: p_transaction_id IN number,

Line 102: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,

98:
99: PROCEDURE wip_comp_receipt(
100: p_transaction_id IN number,
101: p_message_id IN number,
102: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
103: x_return_status OUT nocopy varchar2);
104:
105: PROCEDURE wip_assy_completion(
106: p_transaction_id IN number,

Line 108: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,

104:
105: PROCEDURE wip_assy_completion(
106: p_transaction_id IN number,
107: p_message_id IN number,
108: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
109: x_return_status OUT nocopy varchar2);
110:
111:
112: PROCEDURE wip_byproduct_completion(

Line 115: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,

111:
112: PROCEDURE wip_byproduct_completion(
113: p_transaction_id IN number,
114: p_message_id IN number,
115: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
116: x_return_status OUT nocopy varchar2);
117:
118: PROCEDURE wip_byproduct_return(
119: p_transaction_id IN number,

Line 121: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,

117:
118: PROCEDURE wip_byproduct_return(
119: p_transaction_id IN number,
120: p_message_id IN number,
121: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
122: x_return_status OUT nocopy varchar2);
123:
124:
125:

Line 129: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,

125:
126: PROCEDURE wip_assy_return(
127: p_transaction_id IN number,
128: p_message_id IN number,
129: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
130: x_return_status OUT nocopy varchar2);
131:
132: PROCEDURE wip_neg_comp_return(
133: p_transaction_id IN number,

Line 135: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,

131:
132: PROCEDURE wip_neg_comp_return(
133: p_transaction_id IN number,
134: p_message_id IN number,
135: px_trx_error_rec IN OUT nocopy csi_datastructures_pub.transaction_error_rec,
136: x_return_status OUT nocopy varchar2);
137:
138: PROCEDURE process_manual_rltns(
139: p_wip_entity_id IN number,

Line 146: px_trx_error_rec OUT nocopy csi_datastructures_pub.transaction_error_rec,

142:
143: PROCEDURE eam_wip_completion(
144: p_wip_entity_id IN number,
145: p_organization_id IN number,
146: px_trx_error_rec OUT nocopy csi_datastructures_pub.transaction_error_rec,
147: x_return_status OUT nocopy varchar2);
148:
149: PROCEDURE eam_rebuildable_return(
150: p_wip_entity_id IN number,

Line 153: px_trx_error_rec OUT nocopy csi_datastructures_pub.transaction_error_rec,

149: PROCEDURE eam_rebuildable_return(
150: p_wip_entity_id IN number,
151: p_organization_id IN number,
152: p_instance_id IN number,
153: px_trx_error_rec OUT nocopy csi_datastructures_pub.transaction_error_rec,
154: x_return_status OUT nocopy varchar2);
155:
156: END csi_wip_trxs_pkg;