DBA Data[Home] [Help]

APPS.INV_LOT_TRX_VALIDATION_PVT dependencies on INV_GLOBALS

Line 560: IF ( l_transaction_type_id = inv_globals.g_type_inv_lot_split

556: , 'populate_records'
557: );
558: END IF;
559:
560: IF ( l_transaction_type_id = inv_globals.g_type_inv_lot_split
561: OR l_transaction_type_id = inv_globals.g_type_inv_lot_translate
562: )
563: THEN
564: IF (l_transaction_interface_id = p_parent_id)

Line 561: OR l_transaction_type_id = inv_globals.g_type_inv_lot_translate

557: );
558: END IF;
559:
560: IF ( l_transaction_type_id = inv_globals.g_type_inv_lot_split
561: OR l_transaction_type_id = inv_globals.g_type_inv_lot_translate
562: )
563: THEN
564: IF (l_transaction_interface_id = p_parent_id)
565: THEN

Line 668: ELSIF (l_transaction_type_id = inv_globals.g_type_inv_lot_merge)

664: , 'Populate_REcords'
665: );
666: END IF;
667: END IF;
668: ELSIF (l_transaction_type_id = inv_globals.g_type_inv_lot_merge)
669: THEN
670: IF (l_transaction_interface_id = p_parent_id)
671: THEN
672: IF (l_debug = 1)

Line 802: IF ( l_transaction_type_id = inv_globals.g_type_inv_lot_split

798: print_debug ('l_marker 110 l_count' || l_count
799: , 'Populate_REcords');
800: END IF;
801:
802: IF ( l_transaction_type_id = inv_globals.g_type_inv_lot_split
803: OR l_transaction_type_id = inv_globals.g_type_inv_lot_translate
804: )
805: THEN
806: IF (l_debug = 1)

Line 803: OR l_transaction_type_id = inv_globals.g_type_inv_lot_translate

799: , 'Populate_REcords');
800: END IF;
801:
802: IF ( l_transaction_type_id = inv_globals.g_type_inv_lot_split
803: OR l_transaction_type_id = inv_globals.g_type_inv_lot_translate
804: )
805: THEN
806: IF (l_debug = 1)
807: THEN

Line 829: ELSIF (l_transaction_type_id = inv_globals.g_type_inv_lot_merge)

825: l_rs_status_id_tbl (l_rs_index) := l_lot_csr.status_id;
826: l_rs_lot_exp_tbl.EXTEND (1);
827: l_rs_lot_exp_tbl (l_rs_index) := l_lot_csr.lot_expiration_date;
828: END IF;
829: ELSIF (l_transaction_type_id = inv_globals.g_type_inv_lot_merge)
830: THEN
831: IF (l_debug = 1)
832: THEN
833: print_debug ('l_marker 130 l_count' || l_count

Line 863: inv_globals.g_type_inv_lot_split

859: BEGIN
860: IF (l_serial_code IN (2, 5))
861: THEN
862: IF ( ( l_transaction_type_id =
863: inv_globals.g_type_inv_lot_split
864: AND l_source_record = 'Y'
865: )
866: OR ( l_transaction_type_id =
867: inv_globals.g_type_inv_lot_merge

Line 867: inv_globals.g_type_inv_lot_merge

863: inv_globals.g_type_inv_lot_split
864: AND l_source_record = 'Y'
865: )
866: OR ( l_transaction_type_id =
867: inv_globals.g_type_inv_lot_merge
868: AND l_source_record = 'N'
869: )
870: )
871: THEN

Line 960: inv_globals.g_type_inv_lot_split

956: END LOOP;
957: END LOOP;
958: /*Resulting side records*/
959: ELSIF ( ( l_transaction_type_id =
960: inv_globals.g_type_inv_lot_split
961: AND l_source_record = 'N'
962: )
963: OR ( l_transaction_type_id =
964: inv_globals.g_type_inv_lot_merge

Line 964: inv_globals.g_type_inv_lot_merge

960: inv_globals.g_type_inv_lot_split
961: AND l_source_record = 'N'
962: )
963: OR ( l_transaction_type_id =
964: inv_globals.g_type_inv_lot_merge
965: AND l_source_record = 'Y'
966: )
967: )
968: THEN

Line 1060: inv_globals.g_type_inv_lot_translate

1056: END LOOP;
1057: END LOOP;
1058: /*It is a lot translate transaction.*/
1059: ELSIF (l_transaction_type_id =
1060: inv_globals.g_type_inv_lot_translate
1061: AND l_source_record = 'Y'
1062: )
1063: THEN
1064: l_st_ser_index := 0;