DBA Data[Home] [Help]

APPS.BEN_COPY_EXTRACT dependencies on BEN_XWC_INS

Line 1174: ben_xwc_ins.ins

1170: ,p_business_group_id
1171: );
1172:
1173: -- Insert new record in BEN_EXT_WHERE_CLAUSE using Row Handler
1174: ben_xwc_ins.ins
1175: (
1176: p_ext_where_clause_id => l_new_DElmt_where_clause_id -- OUT
1177: ,p_seq_num => r_curr_DElmt_where_clause.seq_num
1178: ,p_oper_cd => r_curr_DElmt_where_clause.oper_cd

Line 1259: ben_xwc_ins.ins

1255: end if ;
1256:
1257:
1258: -- Insert into BEN_EXT_WHERE_CLAUSE using Row Handler
1259: ben_xwc_ins.ins
1260: (
1261: p_ext_where_clause_id => l_new_DinR_where_clause_id -- OUT
1262: ,p_seq_num => r_curr_DinR_where_clause.seq_num
1263: ,p_oper_cd => r_curr_DinR_where_clause.oper_cd

Line 1348: ben_xwc_ins.ins

1344: end if ;
1345:
1346:
1347: -- Insert into BEN_EXT_WHERE_CLAUSE using Row Handler
1348: ben_xwc_ins.ins
1349: (
1350: p_ext_where_clause_id => l_new_RinF_where_clause_id -- OUT
1351: ,p_seq_num => r_curr_RinF_where_clause.seq_num
1352: ,p_oper_cd => r_curr_RinF_where_clause.oper_cd