DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTNOTIF_PVT dependencies on FND_LOOKUPS

Line 642: l_cancel_display FND_LOOKUPS.MEANING%type;

638: l_display_currency_price_cell boolean;
639: l_new_line_amount number;
640: l_order_num varchar2(40);
641: l_change_reason po_change_requests.request_reason%type;
642: l_cancel_display FND_LOOKUPS.MEANING%type;
643:
644: l_old_quantity number;
645: l_old_price number;
646: l_old_currency_price number;

Line 710: from FND_LOOKUPS

706: BEGIN
707:
708: select meaning
709: into l_cancel_display
710: from FND_LOOKUPS
711: where lookup_type='YES_NO'
712: and lookup_code='Y';
713:
714: l_item_type := substr(document_id, 1, instr(document_id, ':') - 1);

Line 1221: l_cancel_display FND_LOOKUPS.MEANING%type;

1217: select wf_item_type, wf_item_key
1218: from po_change_requests
1219: where change_request_group_id=l_group_id;
1220:
1221: l_cancel_display FND_LOOKUPS.MEANING%type;
1222:
1223: BEGIN
1224: select meaning
1225: into l_cancel_display

Line 1226: from FND_LOOKUPS

1222:
1223: BEGIN
1224: select meaning
1225: into l_cancel_display
1226: from FND_LOOKUPS
1227: where lookup_type='YES_NO'
1228: and lookup_code='Y';
1229:
1230: l_group_id :=to_number(document_id);