DBA Data[Home] [Help]

APPS.MSC_SECRULE_PKG dependencies on MSC_SECURITY_RULES_S

Line 203: (msc_security_rules_s.nextval,l_lookup_code,l_item_id,l_customer_id,l_customer_site_id,

199: supplier_id,supplier_site_id,org_id,order_number,grantee_type,
200: grantee_key,privilege,company_id,effective_from_date,effective_to_date,
201: item_name,creation_date,created_by,last_update_date,last_updated_by)
202: values
203: (msc_security_rules_s.nextval,l_lookup_code,l_item_id,l_customer_id,l_customer_site_id,
204: l_supplier_id,l_supplier_site_id,l_org_id,p_order_number,p_grantee_type,
205: l_grantee_key,p_privilege,l_company_id,l_start_date,l_end_date,
206: p_item_name,sysdate,fnd_global.user_id,sysdate,fnd_global.user_id);
207: else

Line 213: (msc_security_rules_s.nextval,NULL,l_item_id,l_customer_id,l_customer_site_id,

209: supplier_id,supplier_site_id,org_id,order_number,grantee_type,
210: grantee_key,privilege,company_id,effective_from_date,effective_to_date,
211: item_name,creation_date,created_by,last_update_date,last_updated_by)
212: values
213: (msc_security_rules_s.nextval,NULL,l_item_id,l_customer_id,l_customer_site_id,
214: l_supplier_id,l_supplier_site_id,l_org_id,p_order_number,p_grantee_type,
215: l_grantee_key,p_privilege,l_company_id,l_start_date,l_end_date,
216: p_item_name,sysdate,fnd_global.user_id,sysdate,fnd_global.user_id);
217: end if;