DBA Data[Home] [Help]

APPS.POS_CREATE_ASN dependencies on FND_CLIENT_INFO

Line 136: fnd_client_info.set_org_context(to_char(l_org_id));

132: ** some striped tables later so we set the org context.
133: */
134:
135: if l_org_id is not null then
136: fnd_client_info.set_org_context(to_char(l_org_id));
137: end if;
138:
139: x_progress := '015' ;
140:

Line 958: fnd_client_info.set_org_context(to_char(l_org_id));

954: into l_org_id
955: from po_headers_all
956: where po_header_id = l_po_header_id;
957:
958: fnd_client_info.set_org_context(to_char(l_org_id));
959:
960: rcv_shipment_object_sv.create_object (p_groupId);
961:
962: