DBA Data[Home] [Help]

APPS.AR_BILLS_MAIN dependencies on FND_SEQNUM

Line 2094: FNDSEQNUM:=FND_SEQNUM.GET_SEQ_INFO(app_id=>222 ,

2090:
2091: END IF;
2092:
2093:
2094: FNDSEQNUM:=FND_SEQNUM.GET_SEQ_INFO(app_id=>222 ,
2095: cat_code=>p_trans_type ,
2096: sob_id=>p_sob_id ,
2097: met_code=>'M' ,
2098: trx_date=>NVL(p_trx_date , TRUNC(sysdate)) ,

Line 2113: IF fndseqnum = fnd_seqnum.seqsucc THEN

2109:
2110: /* If we have sequence success SEQSUCC and if the document sequence type is manual then a sequence number should
2111: be entered by the user otherwise the user should not be allowed to enter the field */
2112:
2113: IF fndseqnum = fnd_seqnum.seqsucc THEN
2114:
2115: IF docseq_type in ('A' , 'G' ) THEN
2116: RETURN FALSE;
2117: ELSIF docseq_type in ('M') THEN