DBA Data[Home] [Help]

APPS.IGS_AS_DOCUMENTS_API dependencies on IGS_AS_ORDER_HDR_PKG

Line 234: igs_as_order_hdr_pkg.update_row (

230: l_return_status := NULL;
231: l_msg_data := NULL;
232: l_msg_count := NULL;
233: -- Update the Order Status, Date of Completion for the Request in the OSS Order Table.
234: igs_as_order_hdr_pkg.update_row (
235: x_mode => 'R',
236: x_rowid => completed_orders_rec.row_id,
237: x_order_number => completed_orders_rec.order_number,
238: x_order_status => 'COMPLETED',

Line 378: igs_as_order_hdr_pkg.update_row (

374: AND p_plan_id IS NULL THEN
375: IF (cur_order_hdr%FOUND) THEN
376: l_person_id := order_hdr_rec.person_id; -- Need the var to pass to the recal procdure
377: --Update the Order status to 'In Process' and other order details.
378: igs_as_order_hdr_pkg.update_row (
379: x_mode => 'R',
380: x_rowid => order_hdr_rec.row_id,
381: x_order_number => order_hdr_rec.order_number,
382: x_order_status => 'INPROCESS',