DBA Data[Home] [Help]

APPS.PA_CONTROL_API_PUB dependencies on PA_CI_COMMENTS

Line 15: request_text pa_ci_comments.comment_text%type,

11: type ci_action_in_rec_type is record(
12: action_type_code pa_ci_actions.type_code%type := 'REVIEW',
13: assignee_id number,
14: date_required pa_ci_actions.date_required%type,
15: request_text pa_ci_comments.comment_text%type,
16: sign_off_requested_flag pa_ci_actions.sign_off_required_flag%type := 'N',
17: action_status pa_ci_actions.status_code%type,
18: signed_off pa_ci_actions.sign_off_flag%type := 'N',
19: source_ci_action_id number,

Line 56: TYPE CI_COMMENTS_TBL_TYPE IS TABLE OF PA_CI_COMMENTS.COMMENT_TEXT%TYPE INDEX BY BINARY_INTEGER;

52:
53:
54: TYPE REL_ITEM_IN_TABLE_TYPE IS TABLE OF NUMBER(15) INDEX BY BINARY_INTEGER;
55:
56: TYPE CI_COMMENTS_TBL_TYPE IS TABLE OF PA_CI_COMMENTS.COMMENT_TEXT%TYPE INDEX BY BINARY_INTEGER;
57:
58: /* Procedure to the add the Workplan impacts*/
59: Procedure Add_Workplan_Impact (
60: p_commit IN VARCHAR2 := FND_API.G_FALSE,