DBA Data[Home] [Help]

APPS.IBE_PROD_RELATION_GRP dependencies on IBE_CT_RELATION_RULES

Line 466: FROM ibe_ct_relation_rules ICRR

462: -- 2. Get the related items using the manual SQL.
463: BEGIN -- begin sub-block to handle the SELECT statement's exception
464: SELECT ICRR.sql_statement
465: INTO l_sql_stmt
466: FROM ibe_ct_relation_rules ICRR
467: WHERE ICRR.relation_type_code = p_rel_type_code
468: AND ICRR.origin_object_type = 'N'
469: AND ICRR.dest_object_type = 'N';
470: l_bind_arg_num := Get_Bind_Arg_Num( l_sql_stmt );

Line 1186: FROM ibe_ct_relation_rules ICRR

1182: -- 2. Get the related items using the manual SQL.
1183: BEGIN -- begin sub-block to handle the SELECT statement's exception
1184: SELECT ICRR.sql_statement
1185: INTO l_sql_stmt
1186: FROM ibe_ct_relation_rules ICRR
1187: WHERE ICRR.relation_type_code = p_rel_type_code
1188: AND ICRR.origin_object_type = 'N'
1189: AND ICRR.dest_object_type = 'N';
1190: l_bind_arg_num := Get_Bind_Arg_Num( l_sql_stmt );