DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on FND_SEQNUM

Line 148: fnd_seqnum.get_seq_info (

144: | Get the document sequence. |
145: +------------------------------*/
146:
147: l_doc_seq_ret_stat:=
148: fnd_seqnum.get_seq_info (
149: app_id => p_appid ,
150: cat_code => l_cat_code ,
151: sob_id => p_sob_id ,
152: met_code => p_met_code ,

Line 211: l_doc_seq_ret_stat := fnd_seqnum.get_seq_val (

207: IF PG_DEBUG in ('Y', 'C') THEN
208: arp_util.debug( 'Automatic Document Numbering case ');
209: END IF;
210:
211: l_doc_seq_ret_stat := fnd_seqnum.get_seq_val (
212: p_appid ,
213: l_cat_code ,
214: p_sob_id ,
215: p_met_code ,