SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Presented by: Sukhen Paul
• DBaaS Adapter
• Oracle Database Adapter
• ATP Database Adapter
• ERP Cloud Adapter
• REST Adapter
• FILE Adapter
• FTP Adapter
• FBDI
• REST API
• SaaS Fusion Application
• Lookup
• JSON Template
• Read, Write, List, Move, Download File
• Stage File
• For Each Loop
• Agent Group
• Scope
• Wrapper Store Procedure
• Large number of file process
• 4 Mins Procedure execution Timeout Solution
• 10 MB Payload execution Solution
Download the Config File and make sure it is installed in
the FTP Server where Oracle Database Installed. (For
ATP/Dbaas, agent not required) Based on Generation 2/3
modify the InstallerProfile.cfg file by downloading
Connectivity agent.
•Create Oracle Database Connection and configure with the host, port,
authentication details.
• Create File Adapter Connection and configure the agent group.
•Create Oracle ERP Cloud Connection and configure with the Fusion SaaS
application details.
•Create Rest Connection and configure with Fusion SaaS application details.
•Assign the Integration Name.
•Assign another variable to hold all the lookup values i.e., Inbound Directory,
Archive Directory, OIC temp directory, File Name Prefix, Instance ID, Zip File Prefix,
Email etc.
•Add the File Connection and choose List Operation to check whether file exists
with the given file prefix into the inbound directory and Map it.
•Create a Schedule Orchestration process.
•Assign a variable to hold the File Count from the List File.
•Add a Switch action next to it, if File Count is greater than 0 then Process
further else Stop there and end the process.
•If File Count is greater than 0 then add a For Each Loop action.
•Configure the Loop with List File Response under Repeating element and
assign a variable flag as Y.
•Add a scope action next to it and do all the activity inside scope.
•Add a File Connection to Invoke Download File Operation and Map the
Filename, Directory, Download Directory.
•Add a Stage File action next to Assign File Name Variable.
•Configure the Stage File Operation with Read File in Segments to load more
than 50 MB File size up to 1 GB File will be supported in Gen 3.
•Drag and drop the Sample CSV Flat File inside Stage File operation and give at
least one column value mandatory.
•Inside Stage File add Oracle Database Connection which will get invoke and
load the flat file data to Oracle DB Staging Table.
•Choose Insert Operation to perform on Table.
•Map the DB columns with stage file Read segment Response Record data.
•Add another File Connection which will move the file from inbound directory
to archive directory once data inserted into Staging Table.
•Choose Move File Operation.
•Map the Directory path, File Name, Target Directory and Target File Name.
•Use Concat function on Target File Name with Instance ID.
•Add another Oracle Database Connection to invoke Store Procedure.
•Map the Store Procedure IN Parameter with OIC Instance ID.
•This is a Wrapper Procedure, which will validate the data batch wise instead of at once all the data.
•This Wrapper Procedure will resolve the 4 mins timeout issue in OIC, when there are large number of
records (Ex: 100K) available in Flat file to process.
•In a single batch process around 5K records, we can hardcode the value in PLSQL Package or store in
Lookup.
•Add another Oracle Database Connection to get the distinct Batch Number from the Staging Table for the
Instance ID and once configured map it.
•Add a Switch Action, if Header & Line Flag is Y then only create Property File,
else stop there itself and wont process further.
•Add a Stage Write File action for propertyFile.properties and give output
directory as temp directory and make sure file name is correct.
•Drag and Drop sample Property csv file. Map the Property file columns.
•Job Package Name is Import Payables Invoices Job path, Job Definition Name
is Short Name of the ESS Job, Zip File Prefix can be anything.
•Required parameters values (Argument) need assign and if any null value
present in property file, then assign as ‘#NULL’.
•If Record Type is OLD, then invoice and lines will get Updated.
•Using REST API need to update the Invoice and Invoice Lines and create
sample JSON files.
•Create Global Variable and assign into a Data Stich to get the Uniquid and
UniqueInvoiceLineID.
Follow me on Youtube, for OIC Tutorial Video
@ITSPAUL_BONG

Weitere ähnliche Inhalte

Ähnlich wie Oracle Cloud Integration.pptx

SSIS : Ftp and script task
SSIS : Ftp and script taskSSIS : Ftp and script task
SSIS : Ftp and script taskKiki Noviandi
 
How to obtain the Cloudera Data Engineer Certification
How to obtain the Cloudera Data Engineer CertificationHow to obtain the Cloudera Data Engineer Certification
How to obtain the Cloudera Data Engineer Certificationelephantscale
 
Best practices for migrating from SharePoint Designer to Power Automate
Best practices for migrating from SharePoint Designer to Power AutomateBest practices for migrating from SharePoint Designer to Power Automate
Best practices for migrating from SharePoint Designer to Power AutomateWilliam Huneycutt, II
 
Hoodie: Incremental processing on hadoop
Hoodie: Incremental processing on hadoopHoodie: Incremental processing on hadoop
Hoodie: Incremental processing on hadoopPrasanna Rajaperumal
 
DataCite How To: Use the MDS
DataCite How To: Use the MDSDataCite How To: Use the MDS
DataCite How To: Use the MDSFrauke Ziedorn
 
A SharePoint File Migration Framework
A SharePoint File Migration FrameworkA SharePoint File Migration Framework
A SharePoint File Migration FrameworkGerry Brimacombe
 
Introduction to Business Processes 3.7
Introduction to Business Processes 3.7Introduction to Business Processes 3.7
Introduction to Business Processes 3.7StephenKardian
 
Los Angeles AWS Users Group - Athena Deep Dive
Los Angeles AWS Users Group - Athena Deep DiveLos Angeles AWS Users Group - Athena Deep Dive
Los Angeles AWS Users Group - Athena Deep DiveKevin Epstein
 
Using Databricks as an Analysis Platform
Using Databricks as an Analysis PlatformUsing Databricks as an Analysis Platform
Using Databricks as an Analysis PlatformDatabricks
 
The New Collaboration Model and the Future of Workflow
The New Collaboration Model and the Future of WorkflowThe New Collaboration Model and the Future of Workflow
The New Collaboration Model and the Future of WorkflowNuxeo
 
Building a company-wide data pipeline on Apache Kafka - engineering for 150 b...
Building a company-wide data pipeline on Apache Kafka - engineering for 150 b...Building a company-wide data pipeline on Apache Kafka - engineering for 150 b...
Building a company-wide data pipeline on Apache Kafka - engineering for 150 b...LINE Corporation
 
2005_604_Wagner_slides
2005_604_Wagner_slides2005_604_Wagner_slides
2005_604_Wagner_slidesMary Wagner
 
Partner spotlight: Telestream
Partner spotlight: TelestreamPartner spotlight: Telestream
Partner spotlight: TelestreamFileCatalyst
 
Fabric Data Factory Pipeline Copy Perf Tips.pptx
Fabric Data Factory Pipeline Copy Perf Tips.pptxFabric Data Factory Pipeline Copy Perf Tips.pptx
Fabric Data Factory Pipeline Copy Perf Tips.pptxMark Kromer
 
Sf big analytics_2018_04_18: Evolution of the GoPro's data platform
Sf big analytics_2018_04_18: Evolution of the GoPro's data platformSf big analytics_2018_04_18: Evolution of the GoPro's data platform
Sf big analytics_2018_04_18: Evolution of the GoPro's data platformChester Chen
 

Ähnlich wie Oracle Cloud Integration.pptx (20)

SSIS : Ftp and script task
SSIS : Ftp and script taskSSIS : Ftp and script task
SSIS : Ftp and script task
 
How to obtain the Cloudera Data Engineer Certification
How to obtain the Cloudera Data Engineer CertificationHow to obtain the Cloudera Data Engineer Certification
How to obtain the Cloudera Data Engineer Certification
 
Masters inventory
Masters inventoryMasters inventory
Masters inventory
 
Introduction
IntroductionIntroduction
Introduction
 
Tool
ToolTool
Tool
 
Best practices for migrating from SharePoint Designer to Power Automate
Best practices for migrating from SharePoint Designer to Power AutomateBest practices for migrating from SharePoint Designer to Power Automate
Best practices for migrating from SharePoint Designer to Power Automate
 
Hoodie: Incremental processing on hadoop
Hoodie: Incremental processing on hadoopHoodie: Incremental processing on hadoop
Hoodie: Incremental processing on hadoop
 
DataCite How To: Use the MDS
DataCite How To: Use the MDSDataCite How To: Use the MDS
DataCite How To: Use the MDS
 
A SharePoint File Migration Framework
A SharePoint File Migration FrameworkA SharePoint File Migration Framework
A SharePoint File Migration Framework
 
Introduction to Business Processes 3.7
Introduction to Business Processes 3.7Introduction to Business Processes 3.7
Introduction to Business Processes 3.7
 
Los Angeles AWS Users Group - Athena Deep Dive
Los Angeles AWS Users Group - Athena Deep DiveLos Angeles AWS Users Group - Athena Deep Dive
Los Angeles AWS Users Group - Athena Deep Dive
 
Using Databricks as an Analysis Platform
Using Databricks as an Analysis PlatformUsing Databricks as an Analysis Platform
Using Databricks as an Analysis Platform
 
The New Collaboration Model and the Future of Workflow
The New Collaboration Model and the Future of WorkflowThe New Collaboration Model and the Future of Workflow
The New Collaboration Model and the Future of Workflow
 
Building a company-wide data pipeline on Apache Kafka - engineering for 150 b...
Building a company-wide data pipeline on Apache Kafka - engineering for 150 b...Building a company-wide data pipeline on Apache Kafka - engineering for 150 b...
Building a company-wide data pipeline on Apache Kafka - engineering for 150 b...
 
2005_604_Wagner_slides
2005_604_Wagner_slides2005_604_Wagner_slides
2005_604_Wagner_slides
 
Hadoop introduction
Hadoop introductionHadoop introduction
Hadoop introduction
 
Partner spotlight: Telestream
Partner spotlight: TelestreamPartner spotlight: Telestream
Partner spotlight: Telestream
 
Fabric Data Factory Pipeline Copy Perf Tips.pptx
Fabric Data Factory Pipeline Copy Perf Tips.pptxFabric Data Factory Pipeline Copy Perf Tips.pptx
Fabric Data Factory Pipeline Copy Perf Tips.pptx
 
Sf big analytics_2018_04_18: Evolution of the GoPro's data platform
Sf big analytics_2018_04_18: Evolution of the GoPro's data platformSf big analytics_2018_04_18: Evolution of the GoPro's data platform
Sf big analytics_2018_04_18: Evolution of the GoPro's data platform
 
Datastage Introduction To Data Warehousing
Datastage Introduction To Data WarehousingDatastage Introduction To Data Warehousing
Datastage Introduction To Data Warehousing
 

Kürzlich hochgeladen

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Kürzlich hochgeladen (20)

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

Oracle Cloud Integration.pptx

  • 2. • DBaaS Adapter • Oracle Database Adapter • ATP Database Adapter • ERP Cloud Adapter • REST Adapter • FILE Adapter • FTP Adapter • FBDI • REST API • SaaS Fusion Application • Lookup • JSON Template • Read, Write, List, Move, Download File • Stage File • For Each Loop • Agent Group • Scope • Wrapper Store Procedure • Large number of file process • 4 Mins Procedure execution Timeout Solution • 10 MB Payload execution Solution
  • 3.
  • 4.
  • 5.
  • 6. Download the Config File and make sure it is installed in the FTP Server where Oracle Database Installed. (For ATP/Dbaas, agent not required) Based on Generation 2/3 modify the InstallerProfile.cfg file by downloading Connectivity agent.
  • 7. •Create Oracle Database Connection and configure with the host, port, authentication details. • Create File Adapter Connection and configure the agent group. •Create Oracle ERP Cloud Connection and configure with the Fusion SaaS application details. •Create Rest Connection and configure with Fusion SaaS application details.
  • 8. •Assign the Integration Name. •Assign another variable to hold all the lookup values i.e., Inbound Directory, Archive Directory, OIC temp directory, File Name Prefix, Instance ID, Zip File Prefix, Email etc. •Add the File Connection and choose List Operation to check whether file exists with the given file prefix into the inbound directory and Map it. •Create a Schedule Orchestration process.
  • 9. •Assign a variable to hold the File Count from the List File. •Add a Switch action next to it, if File Count is greater than 0 then Process further else Stop there and end the process. •If File Count is greater than 0 then add a For Each Loop action. •Configure the Loop with List File Response under Repeating element and assign a variable flag as Y. •Add a scope action next to it and do all the activity inside scope. •Add a File Connection to Invoke Download File Operation and Map the Filename, Directory, Download Directory.
  • 10. •Add a Stage File action next to Assign File Name Variable. •Configure the Stage File Operation with Read File in Segments to load more than 50 MB File size up to 1 GB File will be supported in Gen 3. •Drag and drop the Sample CSV Flat File inside Stage File operation and give at least one column value mandatory. •Inside Stage File add Oracle Database Connection which will get invoke and load the flat file data to Oracle DB Staging Table. •Choose Insert Operation to perform on Table. •Map the DB columns with stage file Read segment Response Record data. •Add another File Connection which will move the file from inbound directory to archive directory once data inserted into Staging Table. •Choose Move File Operation. •Map the Directory path, File Name, Target Directory and Target File Name. •Use Concat function on Target File Name with Instance ID.
  • 11. •Add another Oracle Database Connection to invoke Store Procedure. •Map the Store Procedure IN Parameter with OIC Instance ID. •This is a Wrapper Procedure, which will validate the data batch wise instead of at once all the data. •This Wrapper Procedure will resolve the 4 mins timeout issue in OIC, when there are large number of records (Ex: 100K) available in Flat file to process. •In a single batch process around 5K records, we can hardcode the value in PLSQL Package or store in Lookup. •Add another Oracle Database Connection to get the distinct Batch Number from the Staging Table for the Instance ID and once configured map it.
  • 12. •Add a Switch Action, if Header & Line Flag is Y then only create Property File, else stop there itself and wont process further. •Add a Stage Write File action for propertyFile.properties and give output directory as temp directory and make sure file name is correct. •Drag and Drop sample Property csv file. Map the Property file columns. •Job Package Name is Import Payables Invoices Job path, Job Definition Name is Short Name of the ESS Job, Zip File Prefix can be anything. •Required parameters values (Argument) need assign and if any null value present in property file, then assign as ‘#NULL’.
  • 13. •If Record Type is OLD, then invoice and lines will get Updated. •Using REST API need to update the Invoice and Invoice Lines and create sample JSON files. •Create Global Variable and assign into a Data Stich to get the Uniquid and UniqueInvoiceLineID.
  • 14.
  • 15. Follow me on Youtube, for OIC Tutorial Video @ITSPAUL_BONG