DBA Data[Home] [Help]

APPS.PSP_PI_IMPORT_DATA dependencies on PSP_VALID_NON_ORCL_PKG

Line 256: is where the server side package PSP_VALID_NON_ORCL_PKG is called to perform

252: return 2;
253: End Change_To_Transfer;
254: /*******************************Perform_Validations***************************************
255: OBJ: This is a private procedure (called internally, from Import_Records). This
256: is where the server side package PSP_VALID_NON_ORCL_PKG is called to perform
257: validations.
258: CREATED BY: AL ARUNACHALAM
259: DATE: 03/27/98
260: *****************************************************************************************/

Line 270: PSP_VALID_NON_ORCL_PKG.All_Records(v_Batch_Name,v_business_group_id,v_set_of_books_id,

266: v_ext_precision IN NUMBER,
267: v_currency_code IN VARCHAR2) return NUMBER IS
268: n_Valid_Records Number;
269: Begin
270: PSP_VALID_NON_ORCL_PKG.All_Records(v_Batch_Name,v_business_group_id,v_set_of_books_id,
271: v_precision,v_ext_precision,v_currency_code);
272: -- Next, check if any records have statuses other than Valid
273: select count(*)
274: into n_Valid_Records