DBA Data[Home] [Help]

APPS.BIS_UTILITIES_PVT dependencies on STANDARD

Line 298: -- standard margins on left and right

294: , x_str out NOCOPY varchar2
295: );
296:
297: -- This function starts table with the
298: -- standard margins on left and right
299: -- takes in the number of columns and rows in the table
300: PROCEDURE tableOpen
301: ( p_num_row in NUMBER
302: , p_num_col in NUMBER

Line 308: -- standard name and action

304:
305: PROCEDURE tableClose;
306:
307: -- these functions put javascript functions in the script with
308: -- standard name and action
309:
310: PROCEDURE putSaveFunction
311: ( p_form_name varchar2
312: , p_action_var varchar2