DBA Data[Home] [Help]

APPS.FV_FACTS_EDIT_CHECK dependencies on DUAL

Line 1155: FROM DUAL;

1151: EXIT WHEN neg_rec_pay_c%NOTFOUND OR neg_rec_pay_c%NOTFOUND IS NULL;
1152:
1153: SELECT DECODE (l_neg_receivables_flag,'Y','NR','NP')
1154: INTO l_acc_type
1155: FROM DUAL;
1156:
1157: /* Added space in from of account number to order the edit check 8 report information*/
1158: v_sgl_acct_number := ' '||l_ussgl_account;
1159: v_amount := l_amount;

Line 2303: -- Value of an individual sub edit status is 0,1,5 when status is not

2299: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,
2300: 'Line 2104 status:'|| l_2104_status);
2301: END IF;
2302:
2303: -- Value of an individual sub edit status is 0,1,5 when status is not
2304: -- applicable(no entries),pass or fail.
2305: l_combined_status := l_1700_status + l_1800_status + l_2004_status
2306: + l_2104_status;
2307:

Line 2515: -- Value of an individual sub edit status is 0,1,5 when status is not

2511: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,
2512: 'PYA = P, Proprietary accounts- status:'|| l_pyap_prop_status);
2513: END IF;
2514:
2515: -- Value of an individual sub edit status is 0,1,5 when status is not
2516: -- applicable(no entries),pass or fail.
2517: l_combined_status := l_pyab_bud_status + l_pyab_prop_status + l_pyap_bud_status
2518: + l_pyap_prop_status;
2519: