DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on MTL_PARAMETERS

Line 10867: from MTL_PARAMETERS mp

10863: p_org_id => l_line_tbl(l_count).org_id);
10864:
10865: select mp.master_organization_id
10866: into l_organization_id
10867: from MTL_PARAMETERS mp
10868: where mp.organization_id = l_organization_id;
10869:
10870: Exception
10871: when others then

Line 10889: from MTL_PARAMETERS mp

10885: p_org_id => l_line_tbl(l_count).org_id);
10886:
10887: select mp.master_organization_id
10888: into l_organization_id
10889: from MTL_PARAMETERS mp
10890: where mp.organization_id = l_organization_id;
10891: Exception
10892: when others then
10893: fnd_file.put_line(fnd_file.log,'Unable to get Master Organization for ORG ID ');

Line 11102: from MTL_PARAMETERS mp

11098: p_org_id => l_line_tbl(l_count).org_id);
11099:
11100: select mp.master_organization_id
11101: into l_organization_id
11102: from MTL_PARAMETERS mp
11103: where mp.organization_id = l_organization_id;
11104: Exception
11105: when others then
11106: fnd_file.put_line(fnd_file.log,'Unable to get Master Organization for ORG ID '

Line 11123: from MTL_PARAMETERS mp

11119: p_org_id => l_line_tbl(l_count).org_id);
11120:
11121: select mp.master_organization_id
11122: into l_organization_id
11123: from MTL_PARAMETERS mp
11124: where mp.organization_id = l_organization_id;
11125: Exception
11126: when others then
11127: fnd_file.put_line(fnd_file.log,'Unable to get Master Organization for ORG ID ');

Line 11314: from MTL_PARAMETERS mp

11310: p_org_id => v_rec.org_id);
11311:
11312: select mp.master_organization_id
11313: into l_organization_id
11314: from MTL_PARAMETERS mp
11315: where mp.organization_id = l_organization_id;
11316: Exception
11317: when others then
11318: fnd_file.put_line(fnd_file.log,'Unable to get Master Organization for ORG ID '

Line 11331: from MTL_PARAMETERS mp

11327: p_org_id => v_rec.org_id);
11328:
11329: select mp.master_organization_id
11330: into l_organization_id
11331: from MTL_PARAMETERS mp
11332: where mp.organization_id = l_organization_id;
11333: Exception
11334: when others then
11335: fnd_file.put_line(fnd_file.log,'Unable to get Master Organization for ORG ID ');