DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on FND_SEQNUM

Line 7601: x_result := fnd_seqnum.get_seq_info(

7597: ELSIF p_transaction_phase_code = 'N' THEN
7598: X_Doc_Category_Code := to_char(p_order_type_id)||'-Quote';
7599: END IF;
7600:
7601: x_result := fnd_seqnum.get_seq_info(
7602: 660,
7603: x_doc_category_code,
7604: x_set_of_books_id,
7605: null,

Line 7803: x_result := fnd_seqnum.get_seq_info(

7799: X_Doc_Category_Code := to_char(p_x_header_rec.order_type_id);
7800: ELSIF p_x_header_rec.transaction_phase_code = 'N' THEN
7801: X_Doc_Category_Code := to_char(p_x_header_rec.order_type_id)||'-Quote';
7802: END IF;
7803: x_result := fnd_seqnum.get_seq_info(
7804: 660,
7805: x_doc_category_code,
7806: x_set_of_books_id,
7807: null,

Line 7870: x_result := fnd_seqnum.get_seq_info(

7866:
7867: oe_debug_pub.ADD('before calling get_seq_info ', 2);
7868: oe_debug_pub.ADD('Category Code'||x_doc_category_code, 3);
7869: oe_debug_pub.ADD('Set of Books'||x_set_of_books_id, 3);
7870: x_result := fnd_seqnum.get_seq_info(
7871: 660,
7872: x_doc_category_code,
7873: x_set_of_books_id,
7874: null,

Line 7888: IF x_result <> FND_SEQNUM.SEQSUCC THEN

7884: );
7885:
7886: oe_debug_pub.ADD('after calling get_seq_info ', 2);
7887:
7888: IF x_result <> FND_SEQNUM.SEQSUCC THEN
7889: IF x_result = FND_SEQNUM.NOTUSED THEN
7890: fnd_message.set_name('ONT','OE_MISS_DOC_SEQ');
7891: OE_MSG_PUB.Add;
7892: RAISE FND_API.G_EXC_ERROR;

Line 7889: IF x_result = FND_SEQNUM.NOTUSED THEN

7885:
7886: oe_debug_pub.ADD('after calling get_seq_info ', 2);
7887:
7888: IF x_result <> FND_SEQNUM.SEQSUCC THEN
7889: IF x_result = FND_SEQNUM.NOTUSED THEN
7890: fnd_message.set_name('ONT','OE_MISS_DOC_SEQ');
7891: OE_MSG_PUB.Add;
7892: RAISE FND_API.G_EXC_ERROR;
7893: END IF;

Line 7899: X_result := fnd_seqnum.get_seq_val(

7895: l_doc_seq_type := x_doc_sequence_type;
7896:
7897: IF ( l_doc_seq_type <> 'M') THEN
7898:
7899: X_result := fnd_seqnum.get_seq_val(
7900: 660,
7901: x_doc_category_code,
7902: x_set_of_books_id,
7903: null,