DBA Data[Home] [Help]

APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on FND_SEQNUM

Line 5517: l_result := fnd_seqnum.get_seq_info(

5513: END IF;
5514: l_row_notfound := FALSE;
5515: l_doc_category_code := substr(Fnd_Profile.Value('OKC_REP_CON_NUM_DOC_SEQ_CATEGORY'),1,30);
5516:
5517: l_result := fnd_seqnum.get_seq_info(
5518: app_id => 510 ,
5519: cat_code => l_doc_category_code,
5520: sob_id => l_set_of_books_id,
5521: met_code => NULL,

Line 5534: IF l_result <> FND_SEQNUM.SEQSUCC THEN

5530: msg_flag => l_msg_flag,
5531: suppress_error => 'N' ,
5532: suppress_warn => 'Y');
5533:
5534: IF l_result <> FND_SEQNUM.SEQSUCC THEN
5535: RAISE FND_API.G_EXC_ERROR;
5536: END IF;
5537:
5538: IF p_info_only = 'Y' THEN

Line 5549: l_result := fnd_seqnum.get_seq_val(

5545: END IF;
5546:
5547:
5548: IF ( l_doc_sequence_type <> 'M') THEN
5549: l_result := fnd_seqnum.get_seq_val(
5550: app_id => 510,
5551: cat_code => l_doc_category_code,
5552: sob_id => l_set_of_books_id,
5553: met_code => null,