DBA Data[Home] [Help]

APPS.PO_ACKNOWLEDGE_PO_PVT dependencies on FND_MESSAGE

Line 507: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),

503: p_creation_date => sysdate,
504: p_created_by => p_user_id,
505: p_po_header_id => l_acc_po_header_id,
506: p_po_release_id => p_po_release_id,
507: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),
508: p_action_date => sysdate,
509: p_revision_num => p_revision_num,
510: p_accepted_flag => p_accepted_flag,
511: p_note => p_comment,

Line 1100: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),

1096: p_created_by => p_user_id,
1097: p_po_header_id => l_acc_po_header_id,
1098: p_po_release_id => p_po_release_id,
1099: p_po_line_location_id => p_line_location_id,
1100: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),
1101: p_action_date => sysdate,
1102: p_employee_id => to_number(null),
1103: p_revision_num => p_revision_num,
1104: p_accepted_flag => p_accepted_flag,

Line 1330: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),

1326: p_created_by => fnd_global.user_id,
1327: p_po_header_id => NULL,
1328: p_po_release_id => p_po_release_id,
1329: p_po_line_location_id => c2_rec.document_line_location_id,
1330: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),
1331: p_action_date => sysdate,
1332: p_revision_num => p_revision_num,
1333: p_accepted_flag => 'Y');
1334: end loop;

Line 1396: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),

1392: p_created_by => fnd_global.user_id,
1393: p_po_header_id => p_po_header_id,
1394: p_po_release_id => NULL,
1395: p_po_line_location_id => c4_rec.document_line_location_id,
1396: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),
1397: p_action_date => sysdate,
1398: p_revision_num => p_revision_num,
1399: p_accepted_flag => 'Y');
1400: end loop;