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 854: fnd_client_info.set_org_context(to_char(l_org_id));

850: into l_org_id
851: from po_headers_all
852: where po_header_id = l_po_header_id;
853:
854: fnd_client_info.set_org_context(to_char(l_org_id));
855:
856: rcv_shipment_object_sv.create_object (p_groupId);
857:
858: