DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on FLMCUSTOMPROPRECTAB

Line 75: x_cust_attrib_tab OUT NOCOPY System.FlmCustomPropRecTab);

71: p_op_type IN NUMBER, --1event,2process,3lineop
72: x_return_status OUT NOCOPY VARCHAR2,
73: x_msg_count OUT NOCOPY NUMBER,
74: x_msg_data OUT NOCOPY VARCHAR2,
75: x_cust_attrib_tab OUT NOCOPY System.FlmCustomPropRecTab);
76:
77:
78: /******************************************************************
79: * Public API to get the customized attributes for lineop/event *