DBA Data[Home] [Help]

APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_AS_ORDER_HDR_PKG

Line 846: igs_as_order_hdr_pkg.update_row (

842: --
843: -- update the Order header table with the Invoice id returned by the create_charge api
844: --
845: FOR order_hdr_rec IN c_ord (p_order_number) LOOP
846: igs_as_order_hdr_pkg.update_row (
847: x_mode => 'R',
848: x_rowid => order_hdr_rec.row_id,
849: x_order_number => order_hdr_rec.order_number,
850: x_order_status => order_hdr_rec.order_status,

Line 1034: igs_as_order_hdr_pkg.update_row (

1030: --
1031: -- Once all the information are available make a call to the update row of the order
1032: -- header table.
1033: --
1034: igs_as_order_hdr_pkg.update_row (
1035: x_msg_count => p_msg_count,
1036: x_msg_data => p_msg_data,
1037: x_return_status => p_return_status,
1038: x_rowid => cur_order.row_id,

Line 1284: igs_as_order_hdr_pkg.delete_row (

1280: IF p_return_status IS NULL
1281: OR p_return_status = fnd_api.g_ret_sts_success THEN
1282: FOR c_order_rec IN c_order LOOP
1283: EXIT WHEN c_order%NOTFOUND;
1284: igs_as_order_hdr_pkg.delete_row (
1285: x_rowid => c_order_rec.ROWID,
1286: x_msg_count => p_msg_count,
1287: x_msg_data => p_msg_data,
1288: x_return_status => p_return_status

Line 1943: igs_as_order_hdr_pkg.update_row (

1939: l_delivery_fee
1940: FROM igs_as_doc_details
1941: WHERE order_number = l_order_number;
1942: -- Update the order for the above items
1943: igs_as_order_hdr_pkg.update_row (
1944: x_msg_count => l_msg_count,
1945: x_msg_data => l_msg_data,
1946: x_return_status => l_return_status,
1947: x_rowid => c_order_rec.row_id,

Line 2225: igs_as_order_hdr_pkg.update_row (

2221: OPEN cur_order (p_order_number);
2222: FETCH cur_order INTO order_rec;
2223: CLOSE cur_order;
2224: -- Make a Call to the update row fro igs_as_order_hdr
2225: igs_as_order_hdr_pkg.update_row (
2226: x_msg_count => ln_msg_count,
2227: x_msg_data => lv_msg_data,
2228: x_return_status => lv_return_status,
2229: x_rowid => order_rec.row_id,

Line 3018: igs_as_order_hdr_pkg.insert_row (

3014: --Only addr1 and country will have NA
3015: --Create Order Here
3016: errbuf := '0';
3017: --ijeddy, Bug 3129712, put the nvl to country instead of county.
3018: igs_as_order_hdr_pkg.insert_row (
3019: x_msg_count => l_msg_count,
3020: x_msg_data => l_msg_data,
3021: x_return_status => l_return_status,
3022: x_rowid => l_rowid,