DBA Data[Home] [Help]

APPS.PO_ACKNOWLEDGE_PO_PVT dependencies on FND_MESSAGE

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

490: p_creation_date => sysdate,
491: p_created_by => p_user_id,
492: p_po_header_id => l_acc_po_header_id,
493: p_po_release_id => p_po_release_id,
494: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),
495: p_action_date => sysdate,
496: p_revision_num => p_revision_num,
497: p_accepted_flag => p_accepted_flag,
498: p_note => p_comment,

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

1083: p_created_by => p_user_id,
1084: p_po_header_id => l_acc_po_header_id,
1085: p_po_release_id => p_po_release_id,
1086: p_po_line_location_id => p_line_location_id,
1087: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),
1088: p_action_date => sysdate,
1089: p_employee_id => to_number(null),
1090: p_revision_num => p_revision_num,
1091: p_accepted_flag => p_accepted_flag,

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

1313: p_created_by => fnd_global.user_id,
1314: p_po_header_id => NULL,
1315: p_po_release_id => p_po_release_id,
1316: p_po_line_location_id => c2_rec.document_line_location_id,
1317: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),
1318: p_action_date => sysdate,
1319: p_revision_num => p_revision_num,
1320: p_accepted_flag => 'Y');
1321: end loop;

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

1379: p_created_by => fnd_global.user_id,
1380: p_po_header_id => p_po_header_id,
1381: p_po_release_id => NULL,
1382: p_po_line_location_id => c4_rec.document_line_location_id,
1383: p_action => fnd_message.get_string('PO','PO_ACK_WEB'),
1384: p_action_date => sysdate,
1385: p_revision_num => p_revision_num,
1386: p_accepted_flag => 'Y');
1387: end loop;