DBA Data[Home] [Help]

APPS.OKS_AUTO_REMINDER dependencies on STANDARD

Line 520: OPEN l_security_grp_csr ('STANDARD');

516: INTO l_responsibility_id;
517:
518: CLOSE l_resp_csr;
519:
520: OPEN l_security_grp_csr ('STANDARD');
521:
522: FETCH l_security_grp_csr
523: INTO l_security_grp_id;
524:

Line 2893: OPEN l_security_grp_csr ('STANDARD');

2889: INTO l_responsibility_id;
2890:
2891: CLOSE l_resp_csr;
2892:
2893: OPEN l_security_grp_csr ('STANDARD');
2894:
2895: FETCH l_security_grp_csr
2896: INTO l_security_grp_id;
2897:

Line 3199: OPEN l_security_grp_csr ('STANDARD');

3195: INTO l_responsibility_id;
3196:
3197: CLOSE l_resp_csr;
3198:
3199: OPEN l_security_grp_csr ('STANDARD');
3200:
3201: FETCH l_security_grp_csr
3202: INTO l_security_grp_id;
3203:

Line 3409: -- Standard call to get message count and if count is 1, get message info.

3405: fnd_file.put_line
3406: (fnd_file.LOG,
3407: '---------------------------------------------------------- ');
3408: fnd_file.put_line (fnd_file.LOG, ' ');
3409: -- Standard call to get message count and if count is 1, get message info.
3410: fnd_msg_pub.count_and_get (p_encoded => 'F',
3411: p_count => x_msg_count,
3412: p_data => x_msg_data
3413: );