DBA Data[Home] [Help]

APPS.OE_LINE_UTIL_EXT dependencies on OE_DEPENDENCIES

Line 1404: OE_Dependencies.Mark_Dependent

1400: x_dep_attr_exists := 'N';
1401:
1402: IF p_src_attr_tbl.COUNT > 0 THEN
1403:
1404: OE_Dependencies.Mark_Dependent
1405: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE,
1406: p_source_attr_tbl => p_src_attr_tbl,
1407: p_dep_attr_tbl => l_dep_attr_tbl);
1408: