DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on STANDARD

Line 1400: IF lv_invoice_type = 'STANDARD' THEN

1396: CLOSE get_ar_trx_num;
1397: lv_invoice_num_str := lv_invoice_num_str ||', AR Invoice Number: '|| lv_invoice_num;
1398: --Added by Wenqiong
1399: END IF;
1400: IF lv_invoice_type = 'STANDARD' THEN
1401: lv_invoice_num_str := 'Invoice Number: ' || lv_invoice_num;
1402: ELSIF lv_invoice_type = 'DEBIT' THEN
1403: lv_invoice_num_str := 'Debit Memo Number: ' || lv_invoice_num;
1404: ELSIF lv_invoice_type = 'CREDIT' THEN