DBA Data[Home] [Help]

APPS.JA_ZZ_INVOICE_CREATE dependencies on JA_ZZ_VALIDATE_INVOICE_GDF

Line 280: l_debug_loc := 'ja_zz_validate_invoice_gdf.get_trx_type_info';

276:
277: --
278: -- Get the transaction type information
279: --
280: l_debug_loc := 'ja_zz_validate_invoice_gdf.get_trx_type_info';
281: ja_zz_validate_invoice_gdf.get_trx_type_info(
282: l_cust_trx_type_id
283: , l_gui_type
284: , l_inv_class);

Line 281: ja_zz_validate_invoice_gdf.get_trx_type_info(

277: --
278: -- Get the transaction type information
279: --
280: l_debug_loc := 'ja_zz_validate_invoice_gdf.get_trx_type_info';
281: ja_zz_validate_invoice_gdf.get_trx_type_info(
282: l_cust_trx_type_id
283: , l_gui_type
284: , l_inv_class);
285: --

Line 298: l_debug_loc := 'ja_zz_validate_invoice_gdf.get_trx_src_info';

294: END;
295: --
296: -- Get the transaction source information
297: --
298: l_debug_loc := 'ja_zz_validate_invoice_gdf.get_trx_src_info';
299: ja_zz_validate_invoice_gdf.get_trx_src_info(
300: l_batch_source_id
301: , l_auto_trx_num_flag
302: , l_inv_word

Line 299: ja_zz_validate_invoice_gdf.get_trx_src_info(

295: --
296: -- Get the transaction source information
297: --
298: l_debug_loc := 'ja_zz_validate_invoice_gdf.get_trx_src_info';
299: ja_zz_validate_invoice_gdf.get_trx_src_info(
300: l_batch_source_id
301: , l_auto_trx_num_flag
302: , l_inv_word
303: , l_init_trx_num

Line 323: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_src_type_rel';

319: END IF;
320: --
321: -- Check if Source and Type Relationship is defined.
322: --
323: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_src_type_rel';
324: IF ja_zz_validate_invoice_gdf.val_src_type_rel(
325: l_trx_header_id
326: , l_trx_line_id
327: , l_batch_source_id

Line 324: IF ja_zz_validate_invoice_gdf.val_src_type_rel(

320: --
321: -- Check if Source and Type Relationship is defined.
322: --
323: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_src_type_rel';
324: IF ja_zz_validate_invoice_gdf.val_src_type_rel(
325: l_trx_header_id
326: , l_trx_line_id
327: , l_batch_source_id
328: , l_cust_trx_type_id

Line 336: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_trx_date';

332: END IF;
333: --
334: -- Check if transaction date is within valid range.
335: --
336: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_trx_date';
337: IF ja_zz_validate_invoice_gdf.val_trx_date(
338: l_trx_header_id
339: , l_trx_line_id
340: , l_batch_source_id

Line 337: IF ja_zz_validate_invoice_gdf.val_trx_date(

333: --
334: -- Check if transaction date is within valid range.
335: --
336: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_trx_date';
337: IF ja_zz_validate_invoice_gdf.val_trx_date(
338: l_trx_header_id
339: , l_trx_line_id
340: , l_batch_source_id
341: , l_trx_date

Line 351: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_trx_num';

347: END IF;
348: --
349: -- Check if transaction number is within valid range.
350: --
351: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_trx_num';
352: IF ja_zz_validate_invoice_gdf.val_trx_num(
353: l_trx_header_id
354: , l_trx_line_id
355: , l_batch_source_id

Line 352: IF ja_zz_validate_invoice_gdf.val_trx_num(

348: --
349: -- Check if transaction number is within valid range.
350: --
351: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_trx_num';
352: IF ja_zz_validate_invoice_gdf.val_trx_num(
353: l_trx_header_id
354: , l_trx_line_id
355: , l_batch_source_id
356: , l_fin_trx_num

Line 365: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_mixed_tax_codes';

361:
362: --
363: -- Check if a transaction header has multiple tax codes..
364: --
365: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_mixed_tax_codes';
366: IF ja_zz_validate_invoice_gdf.val_mixed_tax_codes(
367: l_trx_header_id
368: , l_trx_line_id
369: , l_customer_trx_id

Line 366: IF ja_zz_validate_invoice_gdf.val_mixed_tax_codes(

362: --
363: -- Check if a transaction header has multiple tax codes..
364: --
365: l_debug_loc := 'ja_zz_validate_invoice_gdf.val_mixed_tax_codes';
366: IF ja_zz_validate_invoice_gdf.val_mixed_tax_codes(
367: l_trx_header_id
368: , l_trx_line_id
369: , l_customer_trx_id
370: , 'RAXTRX') = 'FATAL'

Line 378: l_debug_loc := 'ja_zz_validate_invoice_gdf.copy_gui_type';

374:
375: --
376: -- Copy GUI Type of the transaction type to GDF in Transactions.
377: --
378: l_debug_loc := 'ja_zz_validate_invoice_gdf.copy_gui_type';
379: IF NOT ja_zz_validate_invoice_gdf.copy_gui_type(
380: l_trx_line_id
381: , l_gui_type
382: , 'RAXTRX')

Line 379: IF NOT ja_zz_validate_invoice_gdf.copy_gui_type(

375: --
376: -- Copy GUI Type of the transaction type to GDF in Transactions.
377: --
378: l_debug_loc := 'ja_zz_validate_invoice_gdf.copy_gui_type';
379: IF NOT ja_zz_validate_invoice_gdf.copy_gui_type(
380: l_trx_line_id
381: , l_gui_type
382: , 'RAXTRX')
383: THEN

Line 495: validation1 := ja_zz_validate_invoice_gdf.validate_trx_date(

491:
492: FOR l_index1 IN 1..t_interface_line_tbl1.trx_line_id.LAST
493: LOOP
494:
495: validation1 := ja_zz_validate_invoice_gdf.validate_trx_date(
496: t_interface_line_tbl1.customer_trx_id(l_index1),
497: t_interface_line_tbl1.trx_date(l_index1),
498: t_interface_line_tbl1.last_issued_date(l_index1),
499: t_interface_line_tbl1.advance_days(l_index1),

Line 505: validation2 := ja_zz_validate_invoice_gdf.validate_tax_code(

501:
502: IF t_interface_line_tbl1.line_type(l_index1) = 'LINE' AND t_interface_line_tbl1.vat_tax_id(l_index1) IS NULL THEN
503: validation2 := 1;
504: ELSE
505: validation2 := ja_zz_validate_invoice_gdf.validate_tax_code(
506: t_interface_line_tbl1.customer_trx_id(l_index1),
507: 'RAXTRX');
508: END IF;
509:

Line 511: validation3 := ja_zz_validate_invoice_gdf.update_last_issued_date(

507: 'RAXTRX');
508: END IF;
509:
510: IF validation1 = 1 AND validation2 = 1 THEN
511: validation3 := ja_zz_validate_invoice_gdf.update_last_issued_date(
512: t_interface_line_tbl1.customer_trx_id(l_index1),
513: t_interface_line_tbl1.cust_trx_type_id(l_index1),
514: t_interface_line_tbl1.trx_date(l_index1),
515: 'RAXTRX');