DBA Data[Home] [Help]

APPS.PSP_GENERAL dependencies on FND_PROFILE

Line 962: fnd_profile.get('GL_SET_OF_BKS_ID', p_gl_set_of_bks_id);

958: l_pa_install NUMBER := 0;
959: l_gms_install NUMBER := 0;
960:
961: begin
962: fnd_profile.get('GL_SET_OF_BKS_ID', p_gl_set_of_bks_id);
963:
964: fnd_profile.get('PER_BUSINESS_GROUP_ID', p_business_group_id);
965:
966: fnd_profile.get('ORG_ID',p_operating_unit);

Line 964: fnd_profile.get('PER_BUSINESS_GROUP_ID', p_business_group_id);

960:
961: begin
962: fnd_profile.get('GL_SET_OF_BKS_ID', p_gl_set_of_bks_id);
963:
964: fnd_profile.get('PER_BUSINESS_GROUP_ID', p_business_group_id);
965:
966: fnd_profile.get('ORG_ID',p_operating_unit);
967:
968: -- --dbms_output.put_line('bg is ' || to_char(p_business_group_id));

Line 966: fnd_profile.get('ORG_ID',p_operating_unit);

962: fnd_profile.get('GL_SET_OF_BKS_ID', p_gl_set_of_bks_id);
963:
964: fnd_profile.get('PER_BUSINESS_GROUP_ID', p_business_group_id);
965:
966: fnd_profile.get('ORG_ID',p_operating_unit);
967:
968: -- --dbms_output.put_line('bg is ' || to_char(p_business_group_id));
969: -- --dbms_output.put_line('sob is ' || to_char(p_gl_set_of_bks_id));
970: -- --dbms_output.put_line('mo is ' || to_char(p_operating_unit));

Line 1038: fnd_profile.get(p_profile_name, l_profile_value);

1034: return VARCHAR2 IS
1035:
1036: l_profile_value VARCHAR2(80);
1037: BEGIN
1038: fnd_profile.get(p_profile_name, l_profile_value);
1039:
1040: if l_profile_value is not null
1041: then
1042: return l_profile_value;