DBA Data[Home] [Help]

APPS.PO_MOD_UTIL_PVT dependencies on OKC_TERMS_UTIL_GRP

Line 456: p_sys_var_val_tbl OKC_TERMS_UTIL_GRP.sys_var_value_tbl_type; -- table of recs - Variable_code , Variable_value_id

452:
453: p_ret_status varchar2(30);
454: p_msg_data varchar2(2000);
455: p_msg_count number;
456: p_sys_var_val_tbl OKC_TERMS_UTIL_GRP.sys_var_value_tbl_type; -- table of recs - Variable_code , Variable_value_id
457: p_bsys_var_val_tbl OKC_TERMS_UTIL_GRP.sys_var_value_tbl_type;
458: type tbl_char30 is table of varchar2(30) index by binary_integer;
459: type tbl_number is table of number index by binary_integer;
460: type tbl_char2000 is table of varchar2(2000) index by binary_integer;

Line 457: p_bsys_var_val_tbl OKC_TERMS_UTIL_GRP.sys_var_value_tbl_type;

453: p_ret_status varchar2(30);
454: p_msg_data varchar2(2000);
455: p_msg_count number;
456: p_sys_var_val_tbl OKC_TERMS_UTIL_GRP.sys_var_value_tbl_type; -- table of recs - Variable_code , Variable_value_id
457: p_bsys_var_val_tbl OKC_TERMS_UTIL_GRP.sys_var_value_tbl_type;
458: type tbl_char30 is table of varchar2(30) index by binary_integer;
459: type tbl_number is table of number index by binary_integer;
460: type tbl_char2000 is table of varchar2(2000) index by binary_integer;
461: