DBA Data[Home] [Help]

APPS.FND_USER_RESP_GROUPS_API dependencies on FND_LOAD_UTIL

Line 890: fnd_load_util.null_value, null,

886: from fnd_security_groups
887: where security_group_key = X_SECURITY_GROUP;
888:
889: select decode(X_END_DATE,
890: fnd_load_util.null_value, null,
891: null, X_END_DATE,
892: X_END_DATE)
893: into l_end_date
894: from dual;

Line 896: -- bug3649874 Modified to use fnd_load_util to get the owner_id

892: X_END_DATE)
893: into l_end_date
894: from dual;
895:
896: -- bug3649874 Modified to use fnd_load_util to get the owner_id
897:
898: l_owner := fnd_load_util.owner_id(X_OWNER);
899:
900: fnd_user_resp_groups_api.UPLOAD_ASSIGNMENT(

Line 898: l_owner := fnd_load_util.owner_id(X_OWNER);

894: from dual;
895:
896: -- bug3649874 Modified to use fnd_load_util to get the owner_id
897:
898: l_owner := fnd_load_util.owner_id(X_OWNER);
899:
900: fnd_user_resp_groups_api.UPLOAD_ASSIGNMENT(
901: USER_ID => u_id,
902: RESPONSIBILITY_ID => resp_id,