How to define the Incremental Load for Custom Columns
I have one basic Question for the Incremental Load. Currently I am building code for our own Custom column to be display on “Shipping Dashboard” Inventory module. I define my custom PKG like below
I have one Question here . For the Incremental Load how to populate my custom column data. As I was referring the inventory’s get_ecc_data_load_info procedure for the incremental load found that there are so many dynamic codes are written under the variable like l_inv_ebs_sql_incr_oola, l_inv_ebs_sql_incr_wdd, l_inv_ebs_sql_incr_wnd..etc For my custom column do I need to write the same along with my custom columns?