DBA Data[Home] [Help]

APPS.PAY_MAG_TAPE dependencies on PAY_CORE_FILES

Line 38: pay_core_files.open_file

34: begin
35:
36:
37:
38: pay_core_files.open_file
39: (
40: p_source_id => source_id,
41: p_source_type => source_type,
42: p_file_location => file_name,

Line 62: pay_core_files.close_file ( p_file_id => pay_mag_tape.g_blob_file_id);

58: dbms_sql.v7);
59: rows_processed := dbms_sql.execute(sql_curs);
60: dbms_sql.close_cursor(sql_curs);
61:
62: pay_core_files.close_file ( p_file_id => pay_mag_tape.g_blob_file_id);
63:
64: end;
65:
66: