DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on FND_SEQNUM

Line 7194: x_result := fnd_seqnum.get_seq_info(

7190: oe_debug_pub.ADD('before calling get_seq_info ', 2);
7191: oe_debug_pub.ADD('Category Code'||x_doc_category_code, 3);
7192: oe_debug_pub.ADD('Set of Books'||x_set_of_books_id, 3);
7193: end if;
7194: x_result := fnd_seqnum.get_seq_info(
7195: 660,
7196: x_doc_category_code,
7197: x_set_of_books_id,
7198: null,

Line 7214: IF x_result <> FND_SEQNUM.SEQSUCC THEN

7210: if l_debug_level > 0 then
7211: oe_debug_pub.ADD('after calling get_seq_info ', 2);
7212: end if;
7213:
7214: IF x_result <> FND_SEQNUM.SEQSUCC THEN
7215: IF x_result = FND_SEQNUM.NOTUSED THEN
7216: fnd_message.set_name('ONT','OE_MISS_DOC_SEQ');
7217: OE_MSG_PUB.Add;
7218: RAISE FND_API.G_EXC_ERROR;

Line 7215: IF x_result = FND_SEQNUM.NOTUSED THEN

7211: oe_debug_pub.ADD('after calling get_seq_info ', 2);
7212: end if;
7213:
7214: IF x_result <> FND_SEQNUM.SEQSUCC THEN
7215: IF x_result = FND_SEQNUM.NOTUSED THEN
7216: fnd_message.set_name('ONT','OE_MISS_DOC_SEQ');
7217: OE_MSG_PUB.Add;
7218: RAISE FND_API.G_EXC_ERROR;
7219: END IF;

Line 7227: X_result := fnd_seqnum.get_seq_val(

7223:
7224: IF ( t = 'A') THEN --automatic numbering
7225:
7226:
7227: X_result := fnd_seqnum.get_seq_val(
7228: 660,
7229: x_doc_category_code,
7230: x_set_of_books_id,
7231: null,