DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on FND_SEQNUM

Line 7000: x_result := fnd_seqnum.get_seq_info(

6996: oe_debug_pub.ADD('before calling get_seq_info ', 2);
6997: oe_debug_pub.ADD('Category Code'||x_doc_category_code, 3);
6998: oe_debug_pub.ADD('Set of Books'||x_set_of_books_id, 3);
6999: end if;
7000: x_result := fnd_seqnum.get_seq_info(
7001: 660,
7002: x_doc_category_code,
7003: x_set_of_books_id,
7004: null,

Line 7020: IF x_result <> FND_SEQNUM.SEQSUCC THEN

7016: if l_debug_level > 0 then
7017: oe_debug_pub.ADD('after calling get_seq_info ', 2);
7018: end if;
7019:
7020: IF x_result <> FND_SEQNUM.SEQSUCC THEN
7021: IF x_result = FND_SEQNUM.NOTUSED THEN
7022: fnd_message.set_name('ONT','OE_MISS_DOC_SEQ');
7023: OE_MSG_PUB.Add;
7024: RAISE FND_API.G_EXC_ERROR;

Line 7021: IF x_result = FND_SEQNUM.NOTUSED THEN

7017: oe_debug_pub.ADD('after calling get_seq_info ', 2);
7018: end if;
7019:
7020: IF x_result <> FND_SEQNUM.SEQSUCC THEN
7021: IF x_result = FND_SEQNUM.NOTUSED THEN
7022: fnd_message.set_name('ONT','OE_MISS_DOC_SEQ');
7023: OE_MSG_PUB.Add;
7024: RAISE FND_API.G_EXC_ERROR;
7025: END IF;

Line 7033: X_result := fnd_seqnum.get_seq_val(

7029:
7030: IF ( t = 'A') THEN --automatic numbering
7031:
7032:
7033: X_result := fnd_seqnum.get_seq_val(
7034: 660,
7035: x_doc_category_code,
7036: x_set_of_books_id,
7037: null,