DBA Data[Home] [Help]

APPS.IGS_AS_DOC_DETAILS_PKG dependencies on IGS_AS_SS_DOC_REQUEST

Line 786: igs_as_ss_doc_request.get_doc_and_delivery_fee (

782: FETCH c_trans_fee INTO l_num_lft_in_order;
783: CLOSE c_trans_fee;
784: -- Get the delivery and document fee.
785: IF p_action <> 'DELETE' THEN
786: igs_as_ss_doc_request.get_doc_and_delivery_fee (
787: p_person_id => l_person_id,
788: p_document_type => x_document_type,
789: p_document_sub_type => x_document_sub_type,
790: p_number_of_copies => x_num_of_copies,

Line 1355: igs_as_ss_doc_request.update_order_fee (

1351: RAISE NO_DATA_FOUND;
1352: END IF;
1353: CLOSE c;
1354: --Call to update the amount in order header table
1355: igs_as_ss_doc_request.update_order_fee (
1356: p_order_number => x_order_number,
1357: p_item_number => x_item_number,
1358: p_old_sub_doc_type => NULL,
1359: p_old_deliv_type => NULL,

Line 2696: igs_as_ss_doc_request.update_order_fee (

2692: );
2693: END;
2694: END IF;
2695: --Call to update the amount in order header table
2696: igs_as_ss_doc_request.update_order_fee (
2697: p_order_number => x_order_number,
2698: p_item_number => x_item_number,
2699: p_old_sub_doc_type => old_references.document_sub_type,
2700: p_old_deliv_type => old_references.delivery_method_type,

Line 3247: igs_as_ss_doc_request.update_order_fee (

3243: x_document_type => old_references.document_type,
3244: x_document_sub_type => old_references.document_sub_type
3245: );
3246: --Call to update the amount in order header table
3247: igs_as_ss_doc_request.update_order_fee (
3248: p_order_number => old_references.order_number,
3249: p_item_number => old_references.item_number,
3250: p_old_sub_doc_type => old_references.document_sub_type,
3251: p_old_deliv_type => old_references.delivery_method_type,