DBA Data[Home] [Help]

APPS.PER_BPD_SHD SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 64

select
payment_detail_id,
processed_assignment_id,
personal_payment_method_id,
business_group_id,
check_number,
payment_date,
amount,
check_type,
object_version_number,
bpd_attribute_category,
bpd_attribute1,
bpd_attribute2,
bpd_attribute3,
bpd_attribute4,
bpd_attribute5,
bpd_attribute6,
bpd_attribute7,
bpd_attribute8,
bpd_attribute9,
bpd_attribute10,
bpd_attribute11,
bpd_attribute12,
bpd_attribute13,
bpd_attribute14,
bpd_attribute15,
bpd_attribute16,
bpd_attribute17,
bpd_attribute18,
bpd_attribute19,
bpd_attribute20,
bpd_attribute21,
bpd_attribute22,
bpd_attribute23,
bpd_attribute24,
bpd_attribute25,
bpd_attribute26,
bpd_attribute27,
bpd_attribute28,
bpd_attribute29,
bpd_attribute30
from	per_bf_payment_details
where	payment_detail_id = p_payment_detail_id;
Line: 174

select       payment_detail_id,
processed_assignment_id,
personal_payment_method_id,
business_group_id,
check_number,
payment_date,
amount,
check_type,
object_version_number,
bpd_attribute_category,
bpd_attribute1,
bpd_attribute2,
bpd_attribute3,
bpd_attribute4,
bpd_attribute5,
bpd_attribute6,
bpd_attribute7,
bpd_attribute8,
bpd_attribute9,
bpd_attribute10,
bpd_attribute11,
bpd_attribute12,
bpd_attribute13,
bpd_attribute14,
bpd_attribute15,
bpd_attribute16,
bpd_attribute17,
bpd_attribute18,
bpd_attribute19,
bpd_attribute20,
bpd_attribute21,
bpd_attribute22,
bpd_attribute23,
bpd_attribute24,
bpd_attribute25,
bpd_attribute26,
bpd_attribute27,
bpd_attribute28,
bpd_attribute29,
bpd_attribute30
from	per_bf_payment_details
where	payment_detail_id = p_payment_detail_id
for	update nowait;