DBA Data[Home] [Help]

APPS.JG_ZZ_AR_AUTO_INVOICE dependencies on JL_AR_DOC_NUMBERING_PKG

Line 268: l_num_bar_code := JL_AR_DOC_NUMBERING_PKG.get_num_bar_code(l_imp_batch_src_id,

264: trx_number(i) := l_trx_number;
265: END IF;
266: -- bug 10038807 Start
267: l_debug_loc := 'Getting Numeric Bar Code';
268: l_num_bar_code := JL_AR_DOC_NUMBERING_PKG.get_num_bar_code(l_imp_batch_src_id,
269: cust_trx_type_id(i),l_legal_entity_id);
270: global_attribute16(i) := l_num_bar_code;
271: -- bug 10038807 End
272: END LOOP;

Line 716: l_num_bar_code := JL_AR_DOC_NUMBERING_PKG.get_num_bar_code(l_batch_source_id, l_cust_trx_type_id,l_legal_entity_id);

712: l_legal_entity_id;
713: Close C_AR_Batch_Details;
714:
715: l_debug_loc := 'Getting the Bar Code Number';
716: l_num_bar_code := JL_AR_DOC_NUMBERING_PKG.get_num_bar_code(l_batch_source_id, l_cust_trx_type_id,l_legal_entity_id);
717: End If;
718: Else -- Stop Processing
719: l_debug_loc := 'No Imported Batch Source Associated with Manual Batch Source'||f_batch_source_id;
720: Raise GET_BATCH_ID_ERR;

Line 738: l_num_bar_code := JL_AR_DOC_NUMBERING_PKG.get_num_bar_code(f_batch_source_id, l_cust_trx_type_id,l_legal_entity_id);

734: l_legal_entity_id;
735: Close C_AR_Batch_Details;
736:
737: l_debug_loc := 'Getting the Bar Code Number';
738: l_num_bar_code := JL_AR_DOC_NUMBERING_PKG.get_num_bar_code(f_batch_source_id, l_cust_trx_type_id,l_legal_entity_id);
739: End If;
740: If l_auto_trx_num_flag = 'Y' Then -- Automatic Numbering
741:
742: l_debug_loc := 'Getting Next Sequence number';