DBA Data[Home] [Help]

APPS.OKC_REP_CONTRACT_PROCESS_PVT dependencies on FND_SEQNUM

Line 6500: l_result := fnd_seqnum.get_seq_info(

6496: END IF;
6497: l_row_notfound := FALSE;
6498: l_doc_category_code := substr(Fnd_Profile.Value('OKC_REP_CON_NUM_DOC_SEQ_CATEGORY'),1,30);
6499:
6500: l_result := fnd_seqnum.get_seq_info(
6501: app_id => 510 ,
6502: cat_code => l_doc_category_code,
6503: sob_id => l_set_of_books_id,
6504: met_code => NULL,

Line 6517: IF l_result <> FND_SEQNUM.SEQSUCC THEN

6513: msg_flag => l_msg_flag,
6514: suppress_error => 'N' ,
6515: suppress_warn => 'Y');
6516:
6517: IF l_result <> FND_SEQNUM.SEQSUCC THEN
6518: RAISE FND_API.G_EXC_ERROR;
6519: END IF;
6520:
6521: IF p_info_only = 'Y' THEN

Line 6532: l_result := fnd_seqnum.get_seq_val(

6528: END IF;
6529:
6530:
6531: IF ( l_doc_sequence_type <> 'M') THEN
6532: l_result := fnd_seqnum.get_seq_val(
6533: app_id => 510,
6534: cat_code => l_doc_category_code,
6535: sob_id => l_set_of_books_id,
6536: met_code => null,