DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_PRODUCT_GROUPS

Line 74: from fnd_product_groups

70: l_menu_id := l_parameters(5);
71:
72: select multi_org_flag
73: into l_multi_org_flag
74: from fnd_product_groups
75: where rownum < 2;
76:
77: if l_multi_org_flag = 'Y'
78: then

Line 708: from fnd_product_groups

704: IF (l_session_id >0 AND l_session_id IS NOT NULL) THEN --there is a session cookie
705:
706: select multi_org_flag
707: into l_multi_org_flag
708: from fnd_product_groups
709: where rownum < 2;
710:
711: if l_multi_org_flag = 'Y'
712: then

Line 941: from fnd_product_groups

937: owa_util.http_header_close;
938:
939: select multi_org_flag
940: into l_multi_org_flag
941: from fnd_product_groups
942: where rownum < 2;
943: if l_multi_org_flag = 'Y' THEN
944: fnd_profile.get_specific(name_z => 'ORG_ID',
945: responsibility_id_z => l_responsibility_id,

Line 1012: from fnd_product_groups

1008: END IF;
1009:
1010: select multi_org_flag
1011: into l_multi_org_flag
1012: from fnd_product_groups
1013: where rownum < 2;
1014: if l_multi_org_flag = 'Y' THEN
1015: fnd_profile.get_specific(name_z => 'ORG_ID',
1016: responsibility_id_z => l_responsibility_id,